Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
GaudiSequencer::AlgorithmEntry Class Reference

#include <GaudiSequencer.h>

Collaboration diagram for GaudiSequencer::AlgorithmEntry:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

Algorithmm_algorithm
 Algorithm pointer.
 
bool m_reverse
 Indicates that the flag has to be inverted.
 
int m_timer
 Timer number fo rthis algorithm.
 

Detailed Description

Definition at line 48 of file GaudiSequencer.h.

Constructor & Destructor Documentation

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

Standard constructor.

Definition at line 51 of file GaudiSequencer.h.

{
m_algorithm = alg;
m_reverse = false;
m_timer = 0;
}
virtual GaudiSequencer::AlgorithmEntry::~AlgorithmEntry ( )
inlinevirtual

Definition at line 57 of file GaudiSequencer.h.

{};

Member Function Documentation

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

Definition at line 60 of file GaudiSequencer.h.

{ return m_algorithm; }
bool GaudiSequencer::AlgorithmEntry::reverse ( ) const
inline

Definition at line 61 of file GaudiSequencer.h.

{ return m_reverse; }
void GaudiSequencer::AlgorithmEntry::setReverse ( bool  flag)
inline

Destructor.

Definition at line 58 of file GaudiSequencer.h.

{ m_reverse = flag; }
void GaudiSequencer::AlgorithmEntry::setTimer ( int  nb)
inline

Definition at line 62 of file GaudiSequencer.h.

{ m_timer = nb; }
int GaudiSequencer::AlgorithmEntry::timer ( ) const
inline

Definition at line 63 of file GaudiSequencer.h.

{ return m_timer; }

Member Data Documentation

Algorithm* GaudiSequencer::AlgorithmEntry::m_algorithm
private

Algorithm pointer.

Definition at line 65 of file GaudiSequencer.h.

bool GaudiSequencer::AlgorithmEntry::m_reverse
private

Indicates that the flag has to be inverted.

Definition at line 66 of file GaudiSequencer.h.

int GaudiSequencer::AlgorithmEntry::m_timer
private

Timer number fo rthis algorithm.

Definition at line 67 of file GaudiSequencer.h.


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

Generated at Mon Feb 17 2014 14:38:03 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004