ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
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
85
doManagerStep
(
Detail
::
ManagerData
& data)
const
= 0;
86
};
87
}
88
}
89
90
#endif
Global.h
EL::Detail::Manager
an interface for classes that handle job management for the Driver
Definition
Manager.h:51
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::Manager::~Manager
virtual ~Manager() noexcept=default
standard (virtual) destructor
EL::Detail::Manager::getManagerOrder
virtual std::pair< Detail::ManagerOrder, std::string > getManagerOrder() const noexcept=0
get the order/name of this manager
pair
STL class.
const
EL::Detail
Definition
AsgComponentFactories.h:20
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
AsgComponentFactories.h:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
std
STL namespace.
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition
ManagerData.h:46
Generated on
for ATLAS Offline Software by
1.17.0