#include <src/GaudiParallelizer.h>
Definition at line 36 of file GaudiParallelizer.h.
GaudiParallelizer::AlgorithmEntry::AlgorithmEntry |
( |
Algorithm * |
alg | ) |
|
|
inline |
Standard constructor.
Definition at line 40 of file GaudiParallelizer.h.
bool m_reverse
Indicates that the flag has to be inverted.
Algorithm * m_algorithm
Algorithm pointer.
int m_timer
Timer number for this algorithm.
virtual GaudiParallelizer::AlgorithmEntry::~AlgorithmEntry |
( |
| ) |
|
|
inlinevirtual |
Algorithm* GaudiParallelizer::AlgorithmEntry::algorithm |
( |
| ) |
const |
|
inline |
bool GaudiParallelizer::AlgorithmEntry::reverse |
( |
| ) |
const |
|
inline |
Definition at line 51 of file GaudiParallelizer.h.
bool m_reverse
Indicates that the flag has to be inverted.
Thread task executor method to wrap an algorithm execution in.
Definition at line 56 of file GaudiParallelizer.h.
Gaudi::Property< bool > m_measureTime
Algorithm * algorithm() const
GAUDI_API const EventContext & currentContext()
Algorithm * m_algorithm
Algorithm pointer.
void setExecuted(bool state) const override
Set the executed flag to the specified state.
StatusCode m_returncode
StatusCode of an algorithm execution received from a thread.
ISequencerTimerTool * m_timerTool
Pointer to the timer tool.
StatusCode sysExecute(const EventContext &ctx) override
The actions to be performed by the algorithm on an event.
void GaudiParallelizer::AlgorithmEntry::setReverse |
( |
bool |
flag | ) |
|
|
inline |
Destructor.
Definition at line 48 of file GaudiParallelizer.h.
bool m_reverse
Indicates that the flag has to be inverted.
void GaudiParallelizer::AlgorithmEntry::setTimer |
( |
int |
nb | ) |
|
|
inline |
int GaudiParallelizer::AlgorithmEntry::timer |
( |
| ) |
const |
|
inline |
Algorithm* GaudiParallelizer::AlgorithmEntry::m_algorithm |
|
private |
StatusCode GaudiParallelizer::AlgorithmEntry::m_returncode |
bool GaudiParallelizer::AlgorithmEntry::m_reverse |
|
private |
int GaudiParallelizer::AlgorithmEntry::m_timer |
|
private |
The documentation for this class was generated from the following file: