1 #ifndef SimG4Core_TrackInformation_H 2 #define SimG4Core_TrackInformation_H 4 #include "G4VUserTrackInformation.hh" 6 #include "G4Allocator.hh" 12 inline void *
operator new(size_t);
61 void Print()
const override;
82 flagAncestor_(
false),idOnCaloSurface_(0),idCaloVolume_(-1),
83 idLastVolume_(-1),caloIDChecked_(
false), genParticlePID_(-1),
84 caloSurfaceParticlePID_(0), genParticleP_(0), caloSurfaceParticleP_(0),
85 hasCastorHit_(
false), castorHitPID_(0) {}
94 new G4Allocator<TrackInformation>;