#include <GflashHadronShowerModel.h>
Public Member Functions | |
void | DoIt (const G4FastTrack &, G4FastStep &) |
GflashHadronShowerModel (G4String modelName, G4Region *envelope, const edm::ParameterSet &parSet) | |
G4bool | IsApplicable (const G4ParticleDefinition &) |
G4bool | ModelTrigger (const G4FastTrack &) |
~GflashHadronShowerModel () | |
Private Member Functions | |
G4bool | excludeDetectorRegion (const G4FastTrack &fastTrack) |
G4bool | isFirstInelasticInteraction (const G4FastTrack &fastTrack) |
void | makeHits (const G4FastTrack &fastTrack) |
void | updateGflashStep (const G4ThreeVector &position, G4double time) |
Private Attributes | |
GflashAntiProtonShowerProfile * | theAntiProtonProfile |
G4Navigator * | theGflashNavigator |
G4Step * | theGflashStep |
G4TouchableHandle | theGflashTouchableHandle |
GflashHistogram * | theHisto |
GflashKaonMinusShowerProfile * | theKaonMinusProfile |
GflashKaonPlusShowerProfile * | theKaonPlusProfile |
edm::ParameterSet | theParSet |
GflashPiKShowerProfile * | thePiKProfile |
GflashHadronShowerProfile * | theProfile |
GflashProtonShowerProfile * | theProtonProfile |
G4bool | theWatcherOn |
Definition at line 19 of file GflashHadronShowerModel.h.
GflashHadronShowerModel::GflashHadronShowerModel | ( | G4String | modelName, |
G4Region * | envelope, | ||
const edm::ParameterSet & | parSet | ||
) |
Definition at line 33 of file GflashHadronShowerModel.cc.
References edm::ParameterSet::getParameter(), GflashHistogram::instance(), theAntiProtonProfile, theGflashNavigator, theGflashStep, theGflashTouchableHandle, theHisto, theKaonMinusProfile, theKaonPlusProfile, thePiKProfile, theProfile, theProtonProfile, and theWatcherOn.
GflashHadronShowerModel::~GflashHadronShowerModel | ( | ) |
Definition at line 52 of file GflashHadronShowerModel.cc.
References theGflashStep, and theProfile.
void GflashHadronShowerModel::DoIt | ( | const G4FastTrack & | fastTrack, |
G4FastStep & | fastStep | ||
) |
Definition at line 100 of file GflashHadronShowerModel.cc.
References DeDxDiscriminatorTools::charge(), relval_parameters_module::energy, Gflash::findShowerType(), GflashHadronShowerProfile::hadronicParameterization(), GflashHadronShowerProfile::initialize(), GflashHadronShowerProfile::loadParameters(), makeHits(), position, theAntiProtonProfile, theKaonMinusProfile, theKaonPlusProfile, thePiKProfile, theProfile, and theProtonProfile.
|
private |
Definition at line 249 of file GflashHadronShowerModel.cc.
References gather_cfg::cout, eta(), Gflash::EtaMin, Gflash::getCalorimeterNumber(), edm::ParameterSet::getUntrackedParameter(), Gflash::kENCA, Gflash::kHB, Gflash::kHE, Gflash::MinDistanceToOut, Gflash::Rmax, theParSet, PFRecoTauDiscriminationAgainstMuon2_cfi::verbosity, Gflash::Zmax, and Gflash::Zmin.
Referenced by ModelTrigger().
G4bool GflashHadronShowerModel::IsApplicable | ( | const G4ParticleDefinition & | particleType | ) |
Definition at line 58 of file GflashHadronShowerModel.cc.
|
private |
Definition at line 192 of file GflashHadronShowerModel.cc.
References GflashHistogram::deltaStep, GflashHistogram::energyLoss, GflashHistogram::energyRatio, GflashHistogram::getStoreFlag(), cuy::isFirst, GflashHistogram::kineticEnergy, GflashHistogram::postStepPosition, GflashHistogram::preStepPosition, Gflash::QuasiElasticLike, and theHisto.
Referenced by ModelTrigger().
|
private |
Definition at line 132 of file GflashHadronShowerModel.cc.
References GflashHadronShowerProfile::getGflashHitList(), SteppingAction::m_g4StepSignal, Gflash::scaleSensitiveHB, Gflash::scaleSensitiveHE, theGflashNavigator, theGflashStep, theGflashTouchableHandle, theProfile, theWatcherOn, and updateGflashStep().
Referenced by DoIt().
G4bool GflashHadronShowerModel::ModelTrigger | ( | const G4FastTrack & | fastTrack | ) |
Definition at line 69 of file GflashHadronShowerModel.cc.
References Gflash::energyCutOff, excludeDetectorRegion(), and isFirstInelasticInteraction().
|
private |
Definition at line 184 of file GflashHadronShowerModel.cc.
References theGflashStep, and theGflashTouchableHandle.
Referenced by makeHits().
|
private |
Definition at line 51 of file GflashHadronShowerModel.h.
Referenced by DoIt(), and GflashHadronShowerModel().
|
private |
Definition at line 54 of file GflashHadronShowerModel.h.
Referenced by GflashHadronShowerModel(), and makeHits().
|
private |
Definition at line 53 of file GflashHadronShowerModel.h.
Referenced by GflashHadronShowerModel(), makeHits(), updateGflashStep(), and ~GflashHadronShowerModel().
|
private |
Definition at line 55 of file GflashHadronShowerModel.h.
Referenced by GflashHadronShowerModel(), makeHits(), and updateGflashStep().
|
private |
Definition at line 58 of file GflashHadronShowerModel.h.
Referenced by GflashHadronShowerModel(), and isFirstInelasticInteraction().
|
private |
Definition at line 49 of file GflashHadronShowerModel.h.
Referenced by DoIt(), and GflashHadronShowerModel().
|
private |
Definition at line 48 of file GflashHadronShowerModel.h.
Referenced by DoIt(), and GflashHadronShowerModel().
|
private |
Definition at line 45 of file GflashHadronShowerModel.h.
Referenced by excludeDetectorRegion().
|
private |
Definition at line 47 of file GflashHadronShowerModel.h.
Referenced by DoIt(), and GflashHadronShowerModel().
|
private |
Definition at line 46 of file GflashHadronShowerModel.h.
Referenced by DoIt(), GflashHadronShowerModel(), makeHits(), and ~GflashHadronShowerModel().
|
private |
Definition at line 50 of file GflashHadronShowerModel.h.
Referenced by DoIt(), and GflashHadronShowerModel().
|
private |
Definition at line 44 of file GflashHadronShowerModel.h.
Referenced by GflashHadronShowerModel(), and makeHits().