#include <CountProcessesAction.h>
Public Member Functions | |
CountProcessesAction (edm::ParameterSet const &p) | |
void | DumpCreatorProcessList (bool printNsteps, std::ostream &out=std::cout) |
void | DumpParticleList (std::ostream &out=std::cout) |
void | DumpProcessList (bool printNsteps, std::ostream &out=std::cout) |
void | update (const BeginOfRun *run) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfTrack *trk) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfRun *track) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const G4Step *track) override |
This routine will be called when the appropriate signal arrives. More... | |
~CountProcessesAction () override | |
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 BeginOfRun *> | |
Observer () | |
void | slotForUpdate (const BeginOfRun * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfRun *> | |
Observer () | |
void | slotForUpdate (const EndOfRun * iT) |
virtual | ~Observer () |
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 () |
Private Attributes | |
bool | fDEBUG |
mpssi | theCreatorProcessList |
psi | theParticleList |
mpssi | theProcessList |
Additional Inherited Members | |
Protected Member Functions inherited from SimWatcher | |
void | setMT (bool val) |
Definition at line 22 of file CountProcessesAction.h.
CountProcessesAction::CountProcessesAction | ( | edm::ParameterSet const & | p | ) |
Definition at line 14 of file CountProcessesAction.cc.
|
override |
Definition at line 17 of file CountProcessesAction.cc.
void CountProcessesAction::DumpCreatorProcessList | ( | bool | printNsteps, |
std::ostream & | out = std::cout |
||
) |
Definition at line 93 of file CountProcessesAction.cc.
References MillePedeFileConverter_cfg::out, and theCreatorProcessList.
Referenced by update().
void CountProcessesAction::DumpParticleList | ( | std::ostream & | out = std::cout | ) |
Definition at line 104 of file CountProcessesAction.cc.
References MillePedeFileConverter_cfg::out, and theParticleList.
Referenced by update().
void CountProcessesAction::DumpProcessList | ( | bool | printNsteps, |
std::ostream & | out = std::cout |
||
) |
Definition at line 83 of file CountProcessesAction.cc.
References MillePedeFileConverter_cfg::out, and theProcessList.
Referenced by update().
|
overridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun *>.
Definition at line 19 of file CountProcessesAction.cc.
References gather_cfg::cout, DumpProcessList(), fDEBUG, cuy::ii, findQualityFiles::jj, HiggsValidation_cfi::particleName, SimL1EmulatorRepack_CalouGT_cff::processName, AlCaHLTBitMon_QueryRunRegistry::string, theParticleList, and theProcessList.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack *>.
Definition at line 44 of file CountProcessesAction.cc.
References gather_cfg::cout, fDEBUG, ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets::if(), HiggsValidation_cfi::particleName, ValidateTausOnZEEFastSim_cff::proc, SimL1EmulatorRepack_CalouGT_cff::processName, AlCaHLTBitMon_QueryRunRegistry::string, theCreatorProcessList, and theParticleList.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfRun *>.
Definition at line 77 of file CountProcessesAction.cc.
References DumpCreatorProcessList(), DumpParticleList(), and DumpProcessList().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step *>.
Definition at line 67 of file CountProcessesAction.cc.
References HiggsValidation_cfi::particleName, SimL1EmulatorRepack_CalouGT_cff::processName, AlCaHLTBitMon_QueryRunRegistry::string, and theProcessList.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 42 of file CountProcessesAction.h.
Referenced by update().
|
private |
Definition at line 44 of file CountProcessesAction.h.
Referenced by DumpCreatorProcessList(), and update().
|
private |
Definition at line 45 of file CountProcessesAction.h.
Referenced by DumpParticleList(), and update().
|
private |
Definition at line 43 of file CountProcessesAction.h.
Referenced by DumpProcessList(), and update().