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