#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 40 of file GflashEMShowerModel.cc.
References theGflashStep, and theProfile.
|
override |
Definition at line 73 of file GflashEMShowerModel.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, Gflash::findShowerType(), GeV, GflashEMShowerProfile::initialize(), makeHits(), GflashEMShowerProfile::parameterization(), position, and theProfile.
|
private |
Definition at line 145 of file GflashEMShowerModel.cc.
References PVValHelper::eta.
Referenced by ModelTrigger().
|
override |
Definition at line 46 of file GflashEMShowerModel.cc.
|
private |
Definition at line 95 of file GflashEMShowerModel.cc.
References GflashEMShowerProfile::getGflashHitList(), theGflashNavigator, theGflashStep, theGflashTouchableHandle, theProfile, theRegion, and updateGflashStep().
Referenced by DoIt().
|
override |
Definition at line 54 of file GflashEMShowerModel.cc.
References excludeDetectorRegion(), GeV, and theRegion.
|
private |
Definition at line 135 of file GflashEMShowerModel.cc.
References theGflashStep, and theGflashTouchableHandle.
Referenced by makeHits().
|
private |
Definition at line 54 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), and makeHits().
|
private |
Definition at line 53 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), updateGflashStep(), and ~GflashEMShowerModel().
|
private |
Definition at line 55 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), and updateGflashStep().
|
private |
Definition at line 47 of file GflashEMShowerModel.h.
|
private |
Definition at line 49 of file GflashEMShowerModel.h.
Referenced by DoIt(), GflashEMShowerModel(), makeHits(), and ~GflashEMShowerModel().
|
private |
Definition at line 51 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), and ModelTrigger().