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
LLDriver.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
7
8
9
#ifndef EVENT_LOOP_LL_DRIVER_HH
10
#define EVENT_LOOP_LL_DRIVER_HH
11
12
#include <
EventLoop/Global.h
>
13
14
#include <
EventLoop/BatchDriver.h
>
15
#include <
SampleHandler/Global.h
>
16
17
namespace
EL
18
{
25
26
class
LLDriver
final
:
public
BatchDriver
27
{
28
//
29
// public interface
30
//
31
34
public
:
35
void
testInvariant
()
const
;
36
37
41
public
:
42
LLDriver
();
43
44
46
public
:
47
std::string
queue
;
48
49
50
51
//
52
// interface inherited from BatchDriver
53
//
54
55
protected
:
56
virtual ::StatusCode
57
doManagerStep
(
Detail::ManagerData
&
data
)
const override
;
58
59
60
61
//
62
// private interface
63
//
64
65
#pragma GCC diagnostic push
66
#pragma GCC diagnostic ignored "-Wpragmas"
67
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
68
#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
69
ClassDef
(
LLDriver
, 1);
70
#pragma GCC diagnostic pop
71
};
72
}
73
74
#endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
EL::BatchDriver
the base class for all drivers running on batch systems
Definition:
BatchDriver.h:24
EL::LLDriver::testInvariant
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
EL::LLDriver::ClassDef
ClassDef(LLDriver, 1)
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::LLDriver
a Driver for running on IBM Load Leveler batch systems
Definition:
LLDriver.h:27
columnar::final
CM final
Definition:
ColumnAccessor.h:106
EL::LLDriver::doManagerStep
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const override
EL::LLDriver::LLDriver
LLDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
BatchDriver.h
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition:
ManagerData.h:46
Global.h
Global.h
EL::LLDriver::queue
std::string queue
description: the queue we run on
Definition:
LLDriver.h:47
Generated on Mon Apr 7 2025 21:14:16 for ATLAS Offline Software by
1.8.18