#include <PrintTrackNumberAction.h>
Public Member Functions | |
PrintTrackNumberAction (edm::ParameterSet const &p) | |
void | update (const EndOfTrack *trk) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfEvent *trk) override |
This routine will be called when the appropriate signal arrives. More... | |
~PrintTrackNumberAction () 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 EndOfEvent * > | |
Observer () | |
void | slotForUpdate (const EndOfEvent *iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfTrack * > | |
Observer () | |
void | slotForUpdate (const EndOfTrack *iT) |
virtual | ~Observer () |
Private Attributes | |
bool | bNoUserLimits |
int | theNoTracks |
int | theNoTracksNoUL |
int | theNoTracksThisEvent |
int | theNoTracksThisEventNoUL |
int | theNoTracksToPrint |
Additional Inherited Members | |
Protected Member Functions inherited from SimWatcher | |
void | setMT (bool val) |
Definition at line 11 of file PrintTrackNumberAction.h.
PrintTrackNumberAction::PrintTrackNumberAction | ( | edm::ParameterSet const & | p | ) |
Definition at line 10 of file PrintTrackNumberAction.cc.
References bNoUserLimits, gather_cfg::cout, edm::ParameterSet::getUntrackedParameter(), and theNoTracksToPrint.
|
override |
Definition at line 18 of file PrintTrackNumberAction.cc.
|
overridevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 20 of file PrintTrackNumberAction.cc.
References bNoUserLimits, gather_cfg::cout, theNoTracks, theNoTracksNoUL, theNoTracksThisEvent, theNoTracksThisEventNoUL, and theNoTracksToPrint.
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 EndOfEvent * >.
Definition at line 66 of file PrintTrackNumberAction.cc.
References bNoUserLimits, gather_cfg::cout, theNoTracks, theNoTracksNoUL, theNoTracksThisEvent, and theNoTracksThisEventNoUL.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 26 of file PrintTrackNumberAction.h.
Referenced by PrintTrackNumberAction(), and update().
|
private |
Definition at line 21 of file PrintTrackNumberAction.h.
Referenced by update().
|
private |
Definition at line 23 of file PrintTrackNumberAction.h.
Referenced by update().
|
private |
Definition at line 22 of file PrintTrackNumberAction.h.
Referenced by update().
|
private |
Definition at line 24 of file PrintTrackNumberAction.h.
Referenced by update().
|
private |
Definition at line 25 of file PrintTrackNumberAction.h.
Referenced by PrintTrackNumberAction(), and update().