 |
Belle II Software
release-05-02-19
|
10 #include <tracking/trackFindingCDC/utilities/CompositeProcessingSignalListener.h>
12 #include <tracking/trackFindingCDC/utilities/ReversedRange.h>
15 using namespace TrackFindingCDC;
virtual void beginEvent()
Receive signal for the start of a new event.
virtual void endRun()
Receive signal for the end of the run.
virtual void initialize()
Receive signal before the start of the event processing.
void addProcessingSignalListener(ProcessingSignalListener *psl)
Register a processing signal listener to be notified.
int getNProcessingSignalListener()
Get the number of currently registered listeners.
void initialize() override
Receive and dispatch signal before the start of the event processing.
virtual void beginRun()
Receive signal for the beginning of a new run.
Interface for an algorithm part that needs to receive the module processing signals.
Abstract base class for different kinds of events.
void beginRun() override
Receive and dispatch signal for the beginning of a new run.
void endRun() override
Receive and dispatch signal for the end of the run.
void beginEvent() override
Receive and dispatch signal for the start of a new event.
void terminate() override
Receive and dispatch Signal for termination of the event processing.
virtual void terminate()
Receive Signal for termination of the event processing.
std::vector< ProcessingSignalListener * > m_subordinaryProcessingSignalListeners
References to subordinary signal processing listener contained in this findlet.