00001 #include "AstroHit.hh"00002
00003 // -- one more nasty trick for new and delete operator overloading:00004 G4Allocator<AstroHit> AstroHitAllocator;
00005
00006AstroHit::AstroHit(G4int slice)
00007 : m_slice(slice) // <<-- note BTW this is the only way to initialize a "const" member00008 {
00009 m_e = 0.0;
00010 }
00011
00012AstroHit::~AstroHit()
00013 {;}
00014
Generated on Fri Nov 21 10:21:01 2008 for jour4b2 by
1.5.7.1