Classes | |
struct | MatInfo |
Private Member Functions | |
void | endOfEvent (edm::MaterialInformationContainer &matbg) |
int | findLV (const G4VTouchable *) |
bool | loadLV () |
void | update (const BeginOfRun *run) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfEvent *evt) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfTrack *) 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... | |
void | update (const G4Step *step) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
int | iaddLevel_ |
bool | init_ |
std::vector< MatInfo > | lengths_ |
std::vector< int > | lvLevel_ |
std::vector< std::string > | lvNames_ |
std::map< int, std::pair < G4LogicalVolume *, int > > | mapLV_ |
std::vector< MaterialInformation > | store_ |
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 36 of file MaterialBudgetVolume.cc.
MaterialBudgetVolume::MaterialBudgetVolume | ( | const edm::ParameterSet & | p | ) |
Definition at line 77 of file MaterialBudgetVolume.cc.
References edm::ParameterSet::getParameter(), iaddLevel_, isotrackApplyRegressor::k, lvLevel_, and lvNames_.
|
delete |
|
inlineoverride |
Definition at line 46 of file MaterialBudgetVolume.cc.
|
private |
Definition at line 170 of file MaterialBudgetVolume.cc.
References info(), and store_.
Referenced by produce().
|
private |
Definition at line 222 of file MaterialBudgetVolume.cc.
References mps_fire::i, cuy::ii, testEve_cfg::level, jetCorrFactors_cfi::levels, mapLV_, and edm::second().
Referenced by update().
|
private |
Definition at line 190 of file MaterialBudgetVolume.cc.
References first, mps_fire::i, iaddLevel_, isotrackApplyRegressor::k, lvLevel_, lvNames_, mapLV_, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by update().
|
delete |
|
overridevirtual |
Implements SimProducer.
Definition at line 97 of file MaterialBudgetVolume.cc.
References endOfEvent(), eostools::move(), and edm::Event::put().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 103 of file MaterialBudgetVolume.cc.
References init_, loadLV(), and mapLV_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 112 of file MaterialBudgetVolume.cc.
References iev, init_, loadLV(), and store_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 123 of file MaterialBudgetVolume.cc.
References lengths_, and mapLV_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 156 of file MaterialBudgetVolume.cc.
References PVValHelper::eta, info(), isotrackApplyRegressor::k, lengths_, lvNames_, phi, and store_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step * >.
Definition at line 137 of file MaterialBudgetVolume.cc.
References findLV(), and lengths_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 70 of file MaterialBudgetVolume.cc.
Referenced by loadLV(), and MaterialBudgetVolume().
|
private |
Definition at line 71 of file MaterialBudgetVolume.cc.
Referenced by update().
|
private |
Definition at line 73 of file MaterialBudgetVolume.cc.
Referenced by update().
|
private |
Definition at line 69 of file MaterialBudgetVolume.cc.
Referenced by loadLV(), and MaterialBudgetVolume().
|
private |
Definition at line 68 of file MaterialBudgetVolume.cc.
Referenced by loadLV(), MaterialBudgetVolume(), and update().
|
private |
Definition at line 72 of file MaterialBudgetVolume.cc.
|
private |
Definition at line 74 of file MaterialBudgetVolume.cc.
Referenced by endOfEvent(), and update().