|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
An abstract interface for Algorithm Context Service. More...
#include <IAlgContextSvc.h>


Public Types | |
| typedef std::vector< IAlgorithm * > | Algorithms |
| the actual type of algorithm' stack | |
Public Member Functions | |
| DeclareInterfaceID (IAlgContextSvc, 3, 0) | |
| InterfaceID. | |
| virtual StatusCode | setCurrentAlg (IAlgorithm *a)=0 |
| set the currently executing algorithm ("push_back") | |
| virtual StatusCode | unSetCurrentAlg (IAlgorithm *a)=0 |
| remove the algorithm ("pop_back") | |
| virtual IAlgorithm * | currentAlg () const =0 |
| accessor to current algorithm: | |
| virtual const Algorithms & | algorithms () const =0 |
| get the stack of executed algorithms | |
Protected Member Functions | |
| virtual | ~IAlgContextSvc () |
| virtual and protected desctructor | |
An abstract interface for Algorithm Context Service.
Definition at line 28 of file IAlgContextSvc.h.
| typedef std::vector<IAlgorithm*> IAlgContextSvc::Algorithms |
the actual type of algorithm' stack
Definition at line 34 of file IAlgContextSvc.h.
| IAlgContextSvc::~IAlgContextSvc | ( | ) | [protected, virtual] |
| virtual const Algorithms& IAlgContextSvc::algorithms | ( | ) | const [pure virtual] |
get the stack of executed algorithms
| virtual IAlgorithm* IAlgContextSvc::currentAlg | ( | ) | const [pure virtual] |
accessor to current algorithm:
| IAlgContextSvc::DeclareInterfaceID | ( | IAlgContextSvc | , |
| 3 | , | ||
| 0 | |||
| ) |
| virtual StatusCode IAlgContextSvc::setCurrentAlg | ( | IAlgorithm * | a ) | [pure virtual] |
set the currently executing algorithm ("push_back")
| virtual StatusCode IAlgContextSvc::unSetCurrentAlg | ( | IAlgorithm * | a ) | [pure virtual] |
remove the algorithm ("pop_back")