#include <GflashEMShowerModel.h>
Public Member Functions | |
void | DoIt (const G4FastTrack &, G4FastStep &) override |
GflashEMShowerModel (const G4String &name, G4Envelope *env, const edm::ParameterSet &parSet) | |
G4bool | IsApplicable (const G4ParticleDefinition &) override |
G4bool | ModelTrigger (const G4FastTrack &) override |
~GflashEMShowerModel () override | |
Private Member Functions | |
G4bool | excludeDetectorRegion (const G4FastTrack &fastTrack) |
void | makeHits (const G4FastTrack &fastTrack) |
void | updateGflashStep (const G4ThreeVector &position, G4double time) |
Private Attributes | |
G4Navigator * | theGflashNavigator |
G4Step * | theGflashStep |
G4TouchableHandle | theGflashTouchableHandle |
edm::ParameterSet | theParSet |
GflashEMShowerProfile * | theProfile |
const G4Region * | theRegion |
Definition at line 28 of file GflashEMShowerModel.h.
GflashEMShowerModel::GflashEMShowerModel | ( | const G4String & | name, |
G4Envelope * | env, | ||
const edm::ParameterSet & | parSet | ||
) |
Definition at line 24 of file GflashEMShowerModel.cc.
References theGflashNavigator, theGflashStep, theGflashTouchableHandle, theProfile, and theRegion.
|
override |
Definition at line 38 of file GflashEMShowerModel.cc.
References theGflashStep, and theProfile.
|
override |
Definition at line 72 of file GflashEMShowerModel.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, HCALHighEnergyHPDFilter_cfi::energy, Gflash::findShowerType(), GeV, GflashEMShowerProfile::initialize(), makeHits(), GflashEMShowerProfile::parameterization(), position, and theProfile.
|
private |
Definition at line 144 of file GflashEMShowerModel.cc.
References PVValHelper::eta.
Referenced by ModelTrigger().
|
override |
Definition at line 43 of file GflashEMShowerModel.cc.
References PbPb_ZMuSkimMuonDPG_cff::particleType.
|
private |
Definition at line 94 of file GflashEMShowerModel.cc.
References GflashEMShowerProfile::getGflashHitList(), theGflashNavigator, theGflashStep, theGflashTouchableHandle, theProfile, theRegion, and updateGflashStep().
Referenced by DoIt().
|
override |
Definition at line 48 of file GflashEMShowerModel.cc.
References excludeDetectorRegion(), GetVolume(), GeV, and theRegion.
|
private |
Definition at line 136 of file GflashEMShowerModel.cc.
References theGflashStep, and theGflashTouchableHandle.
Referenced by makeHits().
|
private |
Definition at line 50 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), and makeHits().
|
private |
Definition at line 49 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), updateGflashStep(), and ~GflashEMShowerModel().
|
private |
Definition at line 51 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), and updateGflashStep().
|
private |
Definition at line 43 of file GflashEMShowerModel.h.
|
private |
Definition at line 45 of file GflashEMShowerModel.h.
Referenced by DoIt(), GflashEMShowerModel(), makeHits(), and ~GflashEMShowerModel().
|
private |
Definition at line 47 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), and ModelTrigger().