#include <BeginOfTrackCounter.h>
Public Member Functions | |
BeginOfTrackCounter (const edm::ParameterSet &) | |
BeginOfTrackCounter (const BeginOfTrackCounter &)=delete | |
const BeginOfTrackCounter & | operator= (const BeginOfTrackCounter &)=delete |
void | produce (edm::Event &, const edm::EventSetup &) override |
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 () |
Private Member Functions | |
void | update (const BeginOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
int | m_count |
std::string | m_label |
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 38 of file BeginOfTrackCounter.h.
BeginOfTrackCounter::BeginOfTrackCounter | ( | const edm::ParameterSet & | iPSet | ) |
Definition at line 32 of file BeginOfTrackCounter.cc.
References m_label.
|
delete |
|
delete |
|
overridevirtual |
Implements SimProducer.
Definition at line 41 of file BeginOfTrackCounter.cc.
References m_count, m_label, eostools::move(), and edm::Event::put().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 47 of file BeginOfTrackCounter.cc.
References m_count.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 54 of file BeginOfTrackCounter.h.
|
private |
Definition at line 55 of file BeginOfTrackCounter.h.
Referenced by BeginOfTrackCounter(), and produce().