#include <PrintTrackNumberAction.h>
Public Member Functions | |
PrintTrackNumberAction (edm::ParameterSet const &p) | |
void | update (const EndOfTrack *trk) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfEvent *trk) |
This routine will be called when the appropriate signal arrives. More... | |
~PrintTrackNumberAction () | |
Public Member Functions inherited from SimWatcher | |
SimWatcher () | |
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 |
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.
PrintTrackNumberAction::~PrintTrackNumberAction | ( | ) |
Definition at line 20 of file PrintTrackNumberAction.cc.
|
virtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 22 of file PrintTrackNumberAction.cc.
References bNoUserLimits, gather_cfg::cout, theNoTracks, theNoTracksNoUL, theNoTracksThisEvent, theNoTracksThisEventNoUL, and theNoTracksToPrint.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
virtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfEvent * >.
Definition at line 89 of file PrintTrackNumberAction.cc.
References bNoUserLimits, gather_cfg::cout, theNoTracks, theNoTracksNoUL, theNoTracksThisEvent, and theNoTracksThisEventNoUL.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
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().