ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
DriverManager.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__DRIVER_MANAGER_H
10
#define EVENT_LOOP__DRIVER_MANAGER_H
11
12
#include <
EventLoop/Global.h
>
13
14
#include <
EventLoop/Manager.h
>
15
16
namespace
EL
17
{
18
namespace
Detail
19
{
38
39
class
DriverManager
final
:
public
Manager
40
{
41
public
:
42
virtual
std::pair<Detail::ManagerOrder,std::string>
43
getManagerOrder
()
const
noexcept
override
;
44
45
public
:
46
virtual ::StatusCode
47
doManagerStep
(
Detail::ManagerData
& data)
const override
;
48
};
49
}
50
}
51
52
#endif
Global.h
Manager.h
EL::Detail::DriverManager
a Manager that passes callbacks through to the Driver
Definition
DriverManager.h:40
EL::Detail::DriverManager::doManagerStep
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
do whatever needs to be done for the given submission step
Definition
DriverManager.cxx:38
EL::Detail::DriverManager::getManagerOrder
virtual std::pair< Detail::ManagerOrder, std::string > getManagerOrder() const noexcept override
get the order/name of this manager
Definition
DriverManager.cxx:30
EL::Detail::Manager
an interface for classes that handle job management for the Driver
Definition
Manager.h:51
EL::Detail
Definition
AsgComponentFactories.h:20
EL::Detail::ManagerStep::final
@ final
Definition
ManagerStep.h:136
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
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