#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 29 of file GFlashEMShowerModel.h.
GFlashEMShowerModel::GFlashEMShowerModel | ( | const G4String & | name, |
G4Envelope * | env, | ||
const edm::ParameterSet & | parSet | ||
) |
Definition at line 25 of file GFlashEMShowerModel.cc.
References edm::ParameterSet::getParameter(), theGflashNavigator, theGflashStep, theGflashTouchableHandle, theProfile, theRegion, and theWatcherOn.
|
virtual |
Definition at line 43 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 relval_parameters_module::energy, Gflash::findShowerType(), GeV, GflashEMShowerProfile::initialize(), makeHits(), GflashEMShowerProfile::parameterization(), position, and theProfile.
|
private |
Definition at line 180 of file GFlashEMShowerModel.cc.
References eta().
Referenced by ModelTrigger().
G4bool GFlashEMShowerModel::IsApplicable | ( | const G4ParticleDefinition & | particleType | ) |
|
private |
Definition at line 119 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 57 of file GFlashEMShowerModel.cc.
References Gflash::energyCutOff, excludeDetectorRegion(), and theRegion.
|
private |
Definition at line 170 of file GFlashEMShowerModel.cc.
References theGflashStep, and theGflashTouchableHandle.
Referenced by makeHits().
|
private |
Definition at line 56 of file GFlashEMShowerModel.h.
Referenced by GFlashEMShowerModel(), and makeHits().
|
private |
Definition at line 55 of file GFlashEMShowerModel.h.
Referenced by GFlashEMShowerModel(), makeHits(), updateGflashStep(), and ~GFlashEMShowerModel().
|
private |
Definition at line 57 of file GFlashEMShowerModel.h.
Referenced by GFlashEMShowerModel(), makeHits(), and updateGflashStep().
|
private |
Definition at line 48 of file GFlashEMShowerModel.h.
|
private |
Definition at line 51 of file GFlashEMShowerModel.h.
Referenced by DoIt(), GFlashEMShowerModel(), makeHits(), and ~GFlashEMShowerModel().
|
private |
Definition at line 53 of file GFlashEMShowerModel.h.
Referenced by GFlashEMShowerModel(), makeHits(), and ModelTrigger().
|
private |
Definition at line 49 of file GFlashEMShowerModel.h.
Referenced by GFlashEMShowerModel(), and makeHits().