The Gaudi Framework  v30r3 (a5ef0a68)
GaudiSequencer::AlgorithmEntry Class Referencefinal
Collaboration diagram for GaudiSequencer::AlgorithmEntry:

Public Member Functions

 AlgorithmEntry (Algorithm *alg)
 Standard constructor. More...
 
void setReverse (bool flag)
 
Algorithmalgorithm () const
 
bool reverse () const
 
void setTimer (int nb)
 
int timer () const
 

Private Attributes

Algorithmm_algorithm = nullptr
 Algorithm pointer. More...
 
bool m_reverse = false
 Indicates that the flag has to be inverted. More...
 
int m_timer = 0
 Timer number for this algorithm. More...
 

Detailed Description

Definition at line 41 of file GaudiSequencer.h.

Constructor & Destructor Documentation

GaudiSequencer::AlgorithmEntry::AlgorithmEntry ( Algorithm alg)
inline

Standard constructor.

Definition at line 45 of file GaudiSequencer.h.

45 : m_algorithm( alg ) {}
Algorithm * m_algorithm
Algorithm pointer.

Member Function Documentation

Algorithm* GaudiSequencer::AlgorithmEntry::algorithm ( ) const
inline

Definition at line 49 of file GaudiSequencer.h.

49 { return m_algorithm; }
Algorithm * m_algorithm
Algorithm pointer.
bool GaudiSequencer::AlgorithmEntry::reverse ( ) const
inline

Definition at line 50 of file GaudiSequencer.h.

50 { return m_reverse; }
bool m_reverse
Indicates that the flag has to be inverted.
void GaudiSequencer::AlgorithmEntry::setReverse ( bool  flag)
inline

Definition at line 47 of file GaudiSequencer.h.

47 { m_reverse = flag; }
bool m_reverse
Indicates that the flag has to be inverted.
void GaudiSequencer::AlgorithmEntry::setTimer ( int  nb)
inline

Definition at line 51 of file GaudiSequencer.h.

51 { m_timer = nb; }
int m_timer
Timer number for this algorithm.
int GaudiSequencer::AlgorithmEntry::timer ( ) const
inline

Definition at line 52 of file GaudiSequencer.h.

52 { return m_timer; }
int m_timer
Timer number for this algorithm.

Member Data Documentation

Algorithm* GaudiSequencer::AlgorithmEntry::m_algorithm = nullptr
private

Algorithm pointer.

Definition at line 55 of file GaudiSequencer.h.

bool GaudiSequencer::AlgorithmEntry::m_reverse = false
private

Indicates that the flag has to be inverted.

Definition at line 56 of file GaudiSequencer.h.

int GaudiSequencer::AlgorithmEntry::m_timer = 0
private

Timer number for this algorithm.

Definition at line 57 of file GaudiSequencer.h.


The documentation for this class was generated from the following file: