GetAlgs.h
Go to the documentation of this file.
1 #ifndef GAUDIALG_GETALGS_H
2 #define GAUDIALG_GETALGS_H 1
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 #include "GaudiKernel/Kernel.h"
7 // ============================================================================
8 // forward declarations
9 // ============================================================================
10 class IAlgContextSvc ;
11 class GaudiAlgorithm ;
12 struct GaudiHistoAlg ;
13 struct GaudiTupleAlg ;
14 class GaudiSequencer ;
15 class Sequencer ;
16 // ============================================================================
17 namespace Gaudi
18 {
19  namespace Utils
20  {
21  // ========================================================================
38  // ========================================================================
55  // ========================================================================
72  // ========================================================================
89  // ========================================================================
106  // ========================================================================
124  // ========================================================================
125  } // end of namespace Gaudi::Utils
126 } // end of namespace Gaudi
127 // ============================================================================
128 // The END
129 // ============================================================================
130 #endif // GAUDIALG_GETALGS_H
131 // ============================================================================
GAUDI_API GaudiHistoAlg * getHistoAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiHistoAlg from the context
Definition: GetAlgs.cpp:83
Simple class to extend the functionality of class GaudiHistoAlg.
Definition: GaudiTupleAlg.h:41
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
Definition: GetAlgs.cpp:103
Simple class to extend the functionality of class GaudiAlgorithm.
Definition: GaudiHistoAlg.h:37
GAUDI_API IAlgorithm * getSequencer(const IAlgContextSvc *svc)
simple function to extract the last active "Sequencer" () GaudiSequencer or simple Sequencer) from th...
Definition: GetAlgs.cpp:163
GAUDI_API Sequencer * getSequencerAlg(const IAlgContextSvc *svc)
simple function to extract the last active Sequencer from the context
Definition: GetAlgs.cpp:142
The useful base class for data processing algorithms.
GAUDI_API GaudiAlgorithm * getGaudiAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiAlgorithm from the context
Definition: GetAlgs.cpp:63
The IAlgorithm is the interface implemented by the Algorithm base class.
Definition: IAlgorithm.h:27
An abstract interface for Algorithm Context Service.
ClassName: Sequencer.
Definition: Sequencer.h:23
#define GAUDI_API
Definition: Kernel.h:107
Helper functions to set/get the application return code.
Definition: __init__.py:1
GAUDI_API GaudiSequencer * getGaudiSequencer(const IAlgContextSvc *svc)
simple function to extract the last active GaudiSequencer from the context
Definition: GetAlgs.cpp:123