Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

LCDG4Material.cc

Go to the documentation of this file.
00001 // $Id: LCDG4Material.cc,v 1.7 2003/09/17 23:37:55 uid561 Exp $
00002 //
00003 
00004 #include "LCDG4Material.hh"
00005 
00006 /*
00007  * Constructor
00008  */
00009 LCDG4Material::LCDG4Material() {
00010   m_material=0;
00011 }
00012 
00013 /*
00014  * Copy constructor
00015  */
00016 LCDG4Material::LCDG4Material(G4Material* g4mat) {
00017   m_material=g4mat;
00018 }
00019 
00020 /*
00021  * Destructor
00022  */
00023 LCDG4Material::~LCDG4Material() {
00024 }

Generated on Thu Oct 7 18:44:46 2004 for LCDG4 by doxygen 1.3.4