The Gaudi Framework  v38r0 (2143aa4c)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GetAlgs.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #pragma once
12 
13 #include <GaudiKernel/IAlgorithm.h>
14 #include <GaudiKernel/Kernel.h>
15 
16 class IAlgContextSvc;
17 class GaudiAlgorithm;
18 struct GaudiHistoAlg;
19 struct GaudiTupleAlg;
20 class GaudiSequencer;
21 
22 namespace Gaudi {
23  class Sequencer;
24 
25  namespace Utils {
26  // ========================================================================
43  // ========================================================================
60  // ========================================================================
77  // ========================================================================
94  // ========================================================================
111  // ========================================================================
129  // ========================================================================
130  } // namespace Utils
131 } // end of namespace Gaudi
Sequencer
Definition: GaudiAlg_entries.cpp:22
Gaudi::Utils::getSequencerAlg
GAUDI_API Sequencer * getSequencerAlg(const IAlgContextSvc *svc)
simple function to extract the last active Sequencer from the context
Definition: GetAlgs.cpp:140
Gaudi::Utils::getTupleAlg
GAUDI_API GaudiTupleAlg * getTupleAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiTupleAlg from the context
Definition: GetAlgs.cpp:105
Gaudi::Utils::getGaudiAlg
GAUDI_API GaudiAlgorithm * getGaudiAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiAlgorithm from the context
Definition: GetAlgs.cpp:69
Gaudi::Utils::getHistoAlg
GAUDI_API GaudiHistoAlg * getHistoAlg(const IAlgContextSvc *svc)
simple function to extract the last active GaudiHistoAlg from the context
Definition: GetAlgs.cpp:87
GaudiTupleAlg
Definition: GaudiTupleAlg.h:51
Gaudi::Utils::getGaudiSequencer
GAUDI_API GaudiSequencer * getGaudiSequencer(const IAlgContextSvc *svc)
simple function to extract the last active GaudiSequencer from the context
Definition: GetAlgs.cpp:123
IAlgorithm
Definition: IAlgorithm.h:38
GaudiAlgorithm
Definition: GaudiAlgorithm.h:104
Gaudi
Header file for std:chrono::duration-based Counters.
Definition: __init__.py:1
GaudiSequencer
Definition: GaudiSequencer.h:38
GaudiHistoAlg
Definition: GaudiHistoAlg.h:47
Kernel.h
IAlgContextSvc
Definition: IAlgContextSvc.h:33
Gaudi::Utils::getSequencer
GAUDI_API IAlgorithm * getSequencer(const IAlgContextSvc *svc)
simple function to extract the last active "Sequencer" () GaudiSequencer or simple Sequencer) from th...
Definition: GetAlgs.cpp:159
IAlgorithm.h
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81