ATLAS Offline Software
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
RetrieveManager.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__RETRIEVE_MANAGER_H
10
#define EVENT_LOOP__RETRIEVE_MANAGER_H
11
12
#include <
EventLoop/Global.h
>
13
14
#include <
EventLoop/Manager.h
>
15
16
namespace
EL
17
{
18
namespace
Detail
19
{
20
class
RetrieveManager
final
:
public
Manager
21
{
22
public
:
23
virtual
std::pair<Detail::ManagerOrder,std::string>
24
getManagerOrder
()
const
noexcept
override
;
25
26
public
:
27
virtual ::StatusCode
28
doManagerStep
(
Detail::ManagerData
&
data
)
const override
;
29
};
30
}
31
}
32
33
#endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
EL::Detail::RetrieveManager::getManagerOrder
virtual std::pair< Detail::ManagerOrder, std::string > getManagerOrder() const noexcept override
get the order/name of this manager
Definition:
RetrieveManager.cxx:34
EL::Detail::ManagerStep::final
@ final
Manager.h
EL::Detail::Manager
an interface for classes that handle job management for the Driver
Definition:
Manager.h:51
EL::Detail::RetrieveManager
Definition:
RetrieveManager.h:21
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition:
AlgorithmWorkerData.h:24
EL::Detail::RetrieveManager::doManagerStep
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const override
do whatever needs to be done for the given submission step
Definition:
RetrieveManager.cxx:42
xAOD::DiTauJetParameters::Detail
Detail
Definition:
DiTauDefs.h:38
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition:
ManagerData.h:46
Global.h
Generated on Thu Nov 7 2024 21:24:43 for ATLAS Offline Software by
1.8.18