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

LCDG4Element.cc

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

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