ATLAS Offline Software
Manager.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 
9 #ifndef EVENT_LOOP__MANAGER_H
10 #define EVENT_LOOP__MANAGER_H
11 
12 #include <EventLoop/Global.h>
13 
14 #include <string>
15 #include <utility>
16 
17 class StatusCode;
18 
19 namespace EL
20 {
21  namespace Detail
22  {
49 
50  class Manager
51  {
55  public:
56  virtual ~Manager () noexcept = default;
57 
58 
72  public:
73  virtual std::pair<Detail::ManagerOrder,std::string>
74  getManagerOrder () const noexcept = 0;
75 
76 
83  public:
84  virtual ::StatusCode
86  };
87  }
88 }
89 
90 #endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
EL::Detail::Manager
an interface for classes that handle job management for the Driver
Definition: Manager.h:51
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EL::Detail::Manager::getManagerOrder
virtual std::pair< Detail::ManagerOrder, std::string > getManagerOrder() const noexcept=0
get the order/name of this manager
EL::Detail::ManagerOrder
ManagerOrder
an enum to establish an order in which to apply managers
Definition: ManagerOrder.h:27
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24
xAOD::DiTauJetParameters::Detail
Detail
Definition: DiTauDefs.h:38
EL::Detail::Manager::doManagerStep
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const =0
do whatever needs to be done for the given submission step
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition: ManagerData.h:46
EL::Detail::Manager::~Manager
virtual ~Manager() noexcept=default
standard (virtual) destructor
python.CaloScaleNoiseConfig.default
default
Definition: CaloScaleNoiseConfig.py:79
Global.h