Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 // ============================================================================
7 #include "GaudiKernel/Kernel.h"
8 // ============================================================================
9 // forward declarations
10 // ============================================================================
11 class IAlgContextSvc;
12 class GaudiAlgorithm;
13 struct GaudiHistoAlg;
14 struct GaudiTupleAlg;
15 class GaudiSequencer;
16 class Sequencer;
17 // ============================================================================
18 namespace Gaudi {
19  namespace Utils {
20  // ========================================================================
37  // ========================================================================
54  // ========================================================================
71  // ========================================================================
88  // ========================================================================
105  // ========================================================================
123  // ========================================================================
124  } // namespace Utils
125 } // end of namespace Gaudi
126 // ============================================================================
127 // The END
128 // ============================================================================
129 #endif // GAUDIALG_GETALGS_H
GAUDI_API GaudiHistoAlg * getHistoAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiHistoAlg from the context
Definition: GetAlgs.cpp:77
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:95
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:149
GAUDI_API Sequencer * getSequencerAlg(const IAlgContextSvc *svc)
simple function to extract the last active Sequencer from the context
Definition: GetAlgs.cpp:130
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:59
The IAlgorithm is the interface implemented by the Algorithm base class.
Definition: IAlgorithm.h:28
An abstract interface for Algorithm Context Service.
ClassName: Sequencer.
Definition: Sequencer.h:25
#define GAUDI_API
Definition: Kernel.h:71
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:113