3 #ifndef GAUDIALG_GETALGS_H
4 #define GAUDIALG_GETALGS_H 1
8 #include "GaudiKernel/Kernel.h"
132 #endif // GAUDIALG_GETALGS_H
GAUDI_API IAlgorithm * getSequencer(const IAlgContextSvc *svc)
simple function to extract the last active "Sequencer" () GaudiSequencer or simple Sequencer) from th...
GAUDI_API GaudiAlgorithm * getGaudiAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiAlgorithm from the context
Sequencer for executing several algorithms, stopping when one is faulty.
GAUDI_API GaudiTupleAlg * getTupleAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiTupleAlg from the context
GAUDI_API Sequencer * getSequencerAlg(const IAlgContextSvc *svc)
simple function to extract the last active Sequencer from the context
GAUDI_API GaudiSequencer * getGaudiSequencer(const IAlgContextSvc *svc)
simple function to extract the last active GaudiSequencer from the context
The useful base class for data processing algorithms.
The IAlgorithm is the interface implemented by the Algorithm base class.
GAUDI_API GaudiHistoAlg * getHistoAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiHistoAlg from the context
An abstract interface for Algorithm Context Service.
Simple class to extend the functionality of class GaudiAlgorithm.
Simple class to extend the functionality of class GaudiHistoAlg.
Helper functions to set/get the application return code.