#include <StoreSecondary.h>
Private Member Functions | |
void | update (const BeginOfEvent *evt) 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 G4Step *step) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
int | killAfter |
int | nHad |
std::vector< int > | nsecs |
std::vector< std::string > | procs |
std::vector < math::XYZTLorentzVector > | secondaries |
bool | storeIt |
TreatSecondary * | treatSecondary |
int | verbosity |
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 19 of file StoreSecondary.h.
StoreSecondary::StoreSecondary | ( | const edm::ParameterSet & | p | ) |
Definition at line 22 of file StoreSecondary.cc.
References edm::ParameterSet::getParameter(), and treatSecondary.
|
delete |
|
override |
|
delete |
|
overridevirtual |
Implements SimProducer.
Definition at line 36 of file StoreSecondary.cc.
References mps_fire::i, edm::EventBase::id(), LogDebug, eostools::move(), nsecs, procs, edm::Event::put(), and secondaries.
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 57 of file StoreSecondary.cc.
References nsecs, procs, and secondaries.
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 BeginOfTrack * >.
Definition at line 63 of file StoreSecondary.cc.
References TreatSecondary::initTrack(), nHad, nsecs, storeIt, and treatSecondary.
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 73 of file StoreSecondary.cc.
References RecoTauCleanerPlugins::charge, mps_fire::i, mergeVDriftHistosByStation::name, nHad, nsecs, procs, secondaries, storeIt, AlCaHLTBitMon_QueryRunRegistry::string, TreatSecondary::tracks(), tracks, and treatSecondary.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 38 of file StoreSecondary.h.
|
private |
Definition at line 39 of file StoreSecondary.h.
Referenced by update().
|
private |
Definition at line 42 of file StoreSecondary.h.
|
private |
Definition at line 43 of file StoreSecondary.h.
|
private |
Definition at line 41 of file StoreSecondary.h.
|
private |
Definition at line 40 of file StoreSecondary.h.
Referenced by update().
|
private |
Definition at line 44 of file StoreSecondary.h.
Referenced by StoreSecondary(), update(), and ~StoreSecondary().
|
private |
Definition at line 38 of file StoreSecondary.h.