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 m_eKproton = 0.0;
00011 m_nbProton = 0;
00012 }
00013
00014AstroHit::~AstroHit()
00015 {;}
00016
Generated on Fri Nov 21 10:21:14 2008 for jour4b4 by
1.5.7.1