Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Public Member Functions | Private Attributes

GaudiSequencer::AlgorithmEntry Class Reference

#include <GaudiSequencer.h>

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

List of all members.

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 (  ) [inline, virtual]

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 pointer.

Definition at line 65 of file GaudiSequencer.h.

Indicates that the flag has to be inverted.

Definition at line 66 of file GaudiSequencer.h.

Timer number fo rthis algorithm.

Definition at line 67 of file GaudiSequencer.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:25:25 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004