ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
ExecDriver.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
#ifndef EVENT_LOOP_EXEC_DRIVER_H
9
#define EVENT_LOOP_EXEC_DRIVER_H
10
11
#include <
EventLoop/Global.h
>
12
13
#include <
EventLoop/BatchDriver.h
>
14
#include <
SampleHandler/Global.h
>
15
16
namespace
EL
17
{
25
26
class
ExecDriver
final :
public
BatchDriver
27
{
28
//
29
// public interface
30
//
31
34
public
:
35
void
testInvariant
()
const
;
36
37
41
public
:
42
ExecDriver
();
43
44
45
46
//
47
// interface inherited from BatchDriver
48
//
49
50
protected
:
51
virtual ::StatusCode
52
doManagerStep
(
Detail::ManagerData
& data)
const override
;
53
54
55
56
//
57
// private interface
58
//
59
60
#pragma GCC diagnostic push
61
#pragma GCC diagnostic ignored "-Wpragmas"
62
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
63
#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
64
ClassDef
(
ExecDriver
, 1);
65
#pragma GCC diagnostic pop
66
};
67
}
68
69
#endif
BatchDriver.h
Global.h
Global.h
EL::BatchDriver::BatchDriver
BatchDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL::ExecDriver::ClassDef
ClassDef(ExecDriver, 1)
EL::ExecDriver::ExecDriver
ExecDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL::ExecDriver::doManagerStep
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
EL::ExecDriver::testInvariant
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
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