ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
GEDriver.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef EVENT_LOOP_GE_DRIVER_HH
7
#define EVENT_LOOP_GE_DRIVER_HH
8
9
#include <
EventLoop/Global.h
>
10
11
#include <
EventLoop/BatchDriver.h
>
12
#include <
SampleHandler/Global.h
>
13
14
namespace
EL
15
{
17
18
class
GEDriver
final
:
public
BatchDriver
19
{
20
//
21
// public interface
22
//
23
26
public
:
27
void
testInvariant
()
const
;
28
29
33
public
:
34
GEDriver
();
35
36
37
38
//
39
// interface inherited from BatchDriver
40
//
41
42
protected
:
43
virtual ::StatusCode
44
doManagerStep
(
Detail::ManagerData
&
data
)
const override
;
45
46
47
48
//
49
// private interface
50
//
51
52
#pragma GCC diagnostic push
53
#pragma GCC diagnostic ignored "-Wpragmas"
54
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
55
#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
56
ClassDef
(
GEDriver
, 1);
57
#pragma GCC diagnostic pop
58
};
59
}
60
61
#endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
EL::GEDriver::GEDriver
GEDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL::BatchDriver
the base class for all drivers running on batch systems
Definition:
BatchDriver.h:24
EL::GEDriver::doManagerStep
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const override
EL::GEDriver::testInvariant
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
EL::GEDriver
a Driver for running on GE batch systems
Definition:
GEDriver.h:19
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
columnar::final
CM final
Definition:
ColumnAccessor.h:106
BatchDriver.h
EL::GEDriver::ClassDef
ClassDef(GEDriver, 1)
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition:
ManagerData.h:46
Global.h
Global.h
Generated on Mon Apr 7 2025 21:11:01 for ATLAS Offline Software by
1.8.18