00001 #ifndef AstroHitCollection_h
00002 #define AstroHitCollection_h 1
00003
00004
00005
00006
00007
00008
00009
00010 #include "G4THitsCollection.hh"
00011 #include "AstroHit.hh"
00012
00013
00014 typedef G4THitsCollection<AstroHit> AstroHitCollection;
00015
00016 #endif