2 #ifndef GAUDISEQUENCER_H
3 #define GAUDISEQUENCER_H 1
44 void membershipHandler(
Property& theProp );
61 bool reverse()
const {
return m_reverse; }
63 int timer()
const {
return m_timer; }
94 #endif // GAUDISEQUENCER_H
bool m_shortCircuit
Indicates whether to stop processing as soon as possible, or to always execute all subalgorithms...
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
bool m_returnOK
Forces the sequencer to return a good status.
bool m_modeOR
Indicates that the OR is wanted instead of AND.
Sequencer for executing several algorithms, stopping when one is faulty.
virtual StatusCode initialize()
standard initialization method
virtual ~AlgorithmEntry()
void setReverse(bool flag)
Destructor.
Algorithm * m_algorithm
Algorithm pointer.
Algorithm * algorithm() const
virtual StatusCode beginRun()
Algorithm begin run.
virtual StatusCode endRun()
Algorithm end run. This method is called at the end of the event loop.
virtual StatusCode finalize()
standard finalization method
ISequencerTimerTool * m_timerTool
Pointer to the timer tool.
virtual void resetExecuted()
Reset the executed state of the Algorithm for the duration of the current event.
This class is used for returning status codes from appropriate routines.
bool m_reverse
Indicates that the flag has to be inverted.
bool m_measureTime
Flag to measure time.
The useful base class for data processing algorithms.
virtual StatusCode execute()
standard execution method
bool m_isInitialized
Indicate that we are ready.
Base class from which all concrete algorithm classes should be derived.
Property base class allowing Property* collections to be "homogeneous".
AlgorithmEntry(Algorithm *alg)
Standard constructor.
int m_timer
Timer number fo rthis algorithm.
int m_timer
Timer number for the sequencer.
GaudiAlgorithm & operator=(const GaudiAlgorithm &)
no public assignment
std::vector< AlgorithmEntry > m_entries
List of algorithms to process.
StringArrayProperty m_names
Input string, list of algorithms.