Go to the documentation of this file. 1 #ifndef GflashHadronShowerModel_H
2 #define GflashHadronShowerModel_H
5 #include "G4VFastSimulationModel.hh"
7 #include "G4TouchableHandle.hh"
8 #include "G4Navigator.hh"
32 G4bool
IsApplicable(
const G4ParticleDefinition &)
override;
34 void DoIt(
const G4FastTrack &, G4FastStep &)
override;
39 void makeHits(
const G4FastTrack &fastTrack);
G4TouchableHandle theGflashTouchableHandle
G4bool ModelTrigger(const G4FastTrack &) override
GflashPiKShowerProfile * thePiKProfile
GflashKaonPlusShowerProfile * theKaonPlusProfile
G4bool IsApplicable(const G4ParticleDefinition &) override
GflashKaonMinusShowerProfile * theKaonMinusProfile
GFlashHadronShowerModel(G4String modelName, G4Region *envelope, const edm::ParameterSet &parSet)
const G4Region * theRegion
void makeHits(const G4FastTrack &fastTrack)
GflashHadronShowerProfile * theProfile
GflashAntiProtonShowerProfile * theAntiProtonProfile
G4Navigator * theGflashNavigator
GflashProtonShowerProfile * theProtonProfile
G4bool excludeDetectorRegion(const G4FastTrack &fastTrack)
G4bool isFirstInelasticInteraction(const G4FastTrack &fastTrack)
edm::ParameterSet theParSet
static int position[264][3]
void DoIt(const G4FastTrack &, G4FastStep &) override
void updateGflashStep(const G4ThreeVector &position, G4double time)
~GFlashHadronShowerModel() override