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_ |
std::vector< std::string > | listNames_ |
MaterialAccountingCaloCollection | matcoll_ |
unsigned int | nList_ |
std::vector< double > | radLen_ |
std::vector< double > | stepLen_ |
std::string | stopName_ |
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 51 of file HGCalTBMBProducer.cc.
References edm::ParameterSet::getParameter(), isotrackApplyRegressor::k, listNames_, nList_, stopName_, stopZ_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
delete |
|
overridedefault |
|
private |
Definition at line 153 of file HGCalTBMBProducer.cc.
References cuy::ii, isotrackApplyRegressor::k, testEve_cfg::level, listNames_, mergeVDriftHistosByStation::name, nList_, stopName_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by stopAfter(), and update().
|
delete |
|
overridevirtual |
Implements SimProducer.
Definition at line 65 of file HGCalTBMBProducer.cc.
References matcoll_, eostools::move(), and edm::Event::put().
|
private |
Definition at line 136 of file HGCalTBMBProducer.cc.
References findVolume(), and stopZ_.
Referenced by update().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 73 of file HGCalTBMBProducer.cc.
References GeV, 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 88 of file HGCalTBMBProducer.cc.
References findVolume(), intLen_, nList_, radLen_, stepLen_, stopAfter(), and HLT_FULL_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 117 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_, mergeVDriftHistosByStation::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 48 of file HGCalTBMBProducer.cc.
Referenced by update().
|
private |
Definition at line 43 of file HGCalTBMBProducer.cc.
Referenced by findVolume(), HGCalTBMBProducer(), and update().
|
private |
Definition at line 47 of file HGCalTBMBProducer.cc.
|
private |
Definition at line 46 of file HGCalTBMBProducer.cc.
Referenced by findVolume(), HGCalTBMBProducer(), and update().
|
private |
Definition at line 48 of file HGCalTBMBProducer.cc.
Referenced by update().
|
private |
Definition at line 48 of file HGCalTBMBProducer.cc.
Referenced by update().
|
private |
Definition at line 44 of file HGCalTBMBProducer.cc.
Referenced by findVolume(), and HGCalTBMBProducer().
|
private |
Definition at line 45 of file HGCalTBMBProducer.cc.
Referenced by HGCalTBMBProducer(), and stopAfter().