#include <GflashEMShowerModel.h>
Public Member Functions | |
void | DoIt (const G4FastTrack &, G4FastStep &) |
GflashEMShowerModel (const G4String &name, G4Envelope *env, const edm::ParameterSet &parSet) | |
G4bool | IsApplicable (const G4ParticleDefinition &) |
G4bool | ModelTrigger (const G4FastTrack &) |
virtual | ~GflashEMShowerModel () |
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 |
bool | theWatcherOn |
Definition at line 55 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.
|
virtual |
Definition at line 42 of file GflashEMShowerModel.cc.
References theGflashStep, and theProfile.
void GflashEMShowerModel::DoIt | ( | const G4FastTrack & | fastTrack, |
G4FastStep & | fastStep | ||
) |
Definition at line 90 of file GflashEMShowerModel.cc.
References DeDxDiscriminatorTools::charge(), relval_parameters_module::energy, Gflash::findShowerType(), GflashEMShowerProfile::initialize(), makeHits(), GflashEMShowerProfile::parameterization(), position, and theProfile.
|
private |
Definition at line 168 of file GflashEMShowerModel.cc.
References eta().
Referenced by ModelTrigger().
G4bool GflashEMShowerModel::IsApplicable | ( | const G4ParticleDefinition & | particleType | ) |
Definition at line 48 of file GflashEMShowerModel.cc.
|
private |
Definition at line 112 of file GflashEMShowerModel.cc.
References GflashEMShowerProfile::getGflashHitList(), SteppingAction::m_g4StepSignal, theGflashNavigator, theGflashStep, theGflashTouchableHandle, theProfile, theRegion, theWatcherOn, and updateGflashStep().
Referenced by DoIt().
G4bool GflashEMShowerModel::ModelTrigger | ( | const G4FastTrack & | fastTrack | ) |
Definition at line 56 of file GflashEMShowerModel.cc.
References excludeDetectorRegion(), and theRegion.
|
private |
Definition at line 158 of file GflashEMShowerModel.cc.
References theGflashStep, and theGflashTouchableHandle.
Referenced by makeHits().
|
private |
Definition at line 81 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), and makeHits().
|
private |
Definition at line 80 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), updateGflashStep(), and ~GflashEMShowerModel().
|
private |
Definition at line 82 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), and updateGflashStep().
|
private |
Definition at line 73 of file GflashEMShowerModel.h.
|
private |
Definition at line 76 of file GflashEMShowerModel.h.
Referenced by DoIt(), GflashEMShowerModel(), makeHits(), and ~GflashEMShowerModel().
|
private |
Definition at line 78 of file GflashEMShowerModel.h.
Referenced by GflashEMShowerModel(), makeHits(), and ModelTrigger().
|
private |
Definition at line 74 of file GflashEMShowerModel.h.
Referenced by makeHits().