#include <RHStopTracer.h>
Classes | |
struct | StopPoint |
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) |
RHStopTracer (edm::ParameterSet const &p) | |
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 EndOfTrack *) |
This routine will be called when the appropriate signal arrives. More... | |
virtual | ~RHStopTracer () |
Public Member Functions inherited from SimProducer | |
void | registerProducts (edm::ProducerBase &iProd) |
SimProducer () | |
Public Member Functions inherited from SimWatcher | |
SimWatcher () | |
virtual | ~SimWatcher () |
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 EndOfTrack * > | |
Observer () | |
void | slotForUpdate (const EndOfTrack *iT) |
virtual | ~Observer () |
Private Member Functions | |
bool | matched (const std::string &fName) const |
Private Attributes | |
std::vector< StopPoint > | mStopPoints |
bool | mStopRegular |
double | mTraceEnergy |
boost::regex | mTraceParticleNameRegex |
Additional Inherited Members | |
Protected Member Functions inherited from SimProducer | |
template<class T > | |
void | produces () |
template<class T > | |
void | produces (const std::string &instanceName) |
Definition at line 15 of file RHStopTracer.h.
RHStopTracer::RHStopTracer | ( | edm::ParameterSet const & | p | ) |
Definition at line 18 of file RHStopTracer.cc.
|
virtual |
Definition at line 36 of file RHStopTracer.cc.
|
private |
Definition at line 92 of file RHStopTracer.cc.
|
virtual |
Implements SimProducer.
Definition at line 96 of file RHStopTracer.cc.
|
virtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 39 of file RHStopTracer.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
virtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 43 of file RHStopTracer.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
virtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack * >.
Definition at line 47 of file RHStopTracer.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
virtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack * >.
Definition at line 66 of file RHStopTracer.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 46 of file RHStopTracer.h.
|
private |
Definition at line 43 of file RHStopTracer.h.
|
private |
Definition at line 44 of file RHStopTracer.h.
|
private |
Definition at line 45 of file RHStopTracer.h.