#include <SimG4Core/HelpfulWatchers/interface/SimTracer.h>
Public Member Functions | |
SimTracer (const edm::ParameterSet &pSet) | |
void | update (const DDDWorld *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfJob *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfRun *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfEvent *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfTrack *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const G4Step *iStep) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfRun *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfEvent *) |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfTrack *) |
This routine will be called when the appropriate signal arrives. More... | |
Public Member Functions inherited from SimWatcher | |
SimWatcher () | |
virtual | ~SimWatcher () |
Public Member Functions inherited from Observer< const DDDWorld * > | |
Observer () | |
void | slotForUpdate (const DDDWorld *iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfJob * > | |
Observer () | |
void | slotForUpdate (const BeginOfJob *iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfRun * > | |
Observer () | |
void | slotForUpdate (const BeginOfRun *iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const BeginOfEvent * > | |
Observer () | |
void | slotForUpdate (const BeginOfEvent *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 () |
Public Member Functions inherited from Observer< const EndOfRun * > | |
Observer () | |
void | slotForUpdate (const EndOfRun *iT) |
virtual | ~Observer () |
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 | m_verbose |
Additional Inherited Members |
Description: Prints a message for each Oscar signal
Usage: <usage>
Definition at line 44 of file SimTracer.h.
|
inline |
Definition at line 57 of file SimTracer.h.
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const DDDWorld * >.
Definition at line 67 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfJob * >.
Definition at line 68 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 69 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 70 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 71 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step * >.
Definition at line 72 of file SimTracer.h.
References gather_cfg::cout, and m_verbose.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfRun * >.
Definition at line 85 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfEvent * >.
Definition at line 86 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
inlinevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 87 of file SimTracer.h.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 95 of file SimTracer.h.
Referenced by update().