Public Member Functions | |
HGCalTBMBProducer (const edm::ParameterSet &) | |
HGCalTBMBProducer (const HGCalTBMBProducer &)=delete | |
const HGCalTBMBProducer & | operator= (const HGCalTBMBProducer &)=delete |
void | produce (edm::Event &, const edm::EventSetup &) override |
~HGCalTBMBProducer () override=default | |
Public Member Functions inherited from SimProducer | |
const SimProducer & | operator= (const SimProducer &)=delete |
void | registerProducts (edm::ProducesCollector producesCollector) |
SimProducer () | |
SimProducer (const SimProducer &)=delete | |
Public Member Functions inherited from SimWatcher | |
virtual void | beginRun (edm::EventSetup const &) |
bool | isMT () const |
const SimWatcher & | operator= (const SimWatcher &)=delete |
virtual void | registerConsumes (edm::ConsumesCollector) |
SimWatcher () | |
SimWatcher (const SimWatcher &)=delete | |
virtual | ~SimWatcher () |
Public Member Functions inherited from Observer< const BeginOfTrack *> | |
Observer () | |
void | slotForUpdate (const BeginOfTrack * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const G4Step *> | |
Observer () | |
void | slotForUpdate (const G4Step * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfTrack *> | |
Observer () | |
void | slotForUpdate (const EndOfTrack * iT) |
virtual | ~Observer () |
Private Member Functions | |
int | findVolume (const G4VTouchable *touch, bool stop) const |
bool | stopAfter (const G4Step *) |
void | update (const BeginOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const G4Step *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
std::vector< double > | intLen_ |
const std::vector< std::string > | listNames_ |
const edm::ParameterSet | m_p |
MaterialAccountingCaloCollection | matcoll_ |
const unsigned int | nList_ |
std::vector< double > | radLen_ |
std::vector< double > | stepLen_ |
const std::string | stopName_ |
const double | stopZ_ |
Additional Inherited Members | |
Protected Member Functions inherited from SimProducer | |
template<class T > | |
void | produces () |
template<class T > | |
void | produces (const std::string &instanceName) |
Protected Member Functions inherited from SimWatcher | |
void | setMT (bool val) |
Definition at line 23 of file HGCalTBMBProducer.cc.
HGCalTBMBProducer::HGCalTBMBProducer | ( | const edm::ParameterSet & | p | ) |
Definition at line 52 of file HGCalTBMBProducer.cc.
References dqmdumpme::k, listNames_, nList_, stopName_, and stopZ_.
|
delete |
|
overridedefault |
|
private |
Definition at line 154 of file HGCalTBMBProducer.cc.
References cuy::ii, dqmdumpme::k, personalPlayback::level, listNames_, Skims_PA_cff::name, nList_, stopName_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by stopAfter(), and update().
|
delete |
|
overridevirtual |
Implements SimProducer.
Definition at line 66 of file HGCalTBMBProducer.cc.
References MillePedeFileConverter_cfg::e, caloTruthProducer_cfi::hgc, matcoll_, and eostools::move().
|
private |
Definition at line 137 of file HGCalTBMBProducer.cc.
References findVolume(), RemoveAddSevLevel::flag, stopZ_, and geometryCSVtoXML::zz.
Referenced by update().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack *>.
Definition at line 74 of file HGCalTBMBProducer.cc.
References createfilelist::int, intLen_, nList_, radLen_, and stepLen_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step *>.
Definition at line 89 of file HGCalTBMBProducer.cc.
References findVolume(), intLen_, nList_, radLen_, stepLen_, stopAfter(), and HLT_2022v12_cff::track.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack *>.
Definition at line 118 of file HGCalTBMBProducer.cc.
References cuy::ii, intLen_, listNames_, MaterialAccountingCalo::m_eta, MaterialAccountingCalo::m_intLen, MaterialAccountingCalo::m_phi, MaterialAccountingCalo::m_radLen, MaterialAccountingCalo::m_stepLen, matcoll_, Skims_PA_cff::name, nList_, radLen_, stepLen_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 49 of file HGCalTBMBProducer.cc.
Referenced by update().
|
private |
Definition at line 44 of file HGCalTBMBProducer.cc.
Referenced by findVolume(), HGCalTBMBProducer(), and update().
|
private |
Definition at line 43 of file HGCalTBMBProducer.cc.
|
private |
Definition at line 48 of file HGCalTBMBProducer.cc.
|
private |
Definition at line 47 of file HGCalTBMBProducer.cc.
Referenced by findVolume(), HGCalTBMBProducer(), and update().
|
private |
Definition at line 49 of file HGCalTBMBProducer.cc.
Referenced by update().
|
private |
Definition at line 49 of file HGCalTBMBProducer.cc.
Referenced by update().
|
private |
Definition at line 45 of file HGCalTBMBProducer.cc.
Referenced by findVolume(), and HGCalTBMBProducer().
|
private |
Definition at line 46 of file HGCalTBMBProducer.cc.
Referenced by HGCalTBMBProducer(), and stopAfter().