Loading [MathJax]/extensions/tex2jax.js
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
Event
xAOD
xAODLuminosity
Root
LumiBlockRangeAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: LumiBlockRangeAuxContainer_v1.cxx 647501 2015-02-17 14:22:33Z krasznaa $
6
7
// Local include(s):
8
#include "
xAODLuminosity/versions/LumiBlockRangeAuxContainer_v1.h
"
9
10
namespace
xAOD
{
11
12
LumiBlockRangeAuxContainer_v1::LumiBlockRangeAuxContainer_v1
()
13
:
AuxContainerBase
() {
14
15
AUX_VARIABLE
(
startRunNumber
);
16
AUX_VARIABLE
(
startLumiBlockNumber
);
17
18
AUX_VARIABLE
(
stopRunNumber
);
19
AUX_VARIABLE
(
stopLumiBlockNumber
);
20
21
AUX_VARIABLE
(
eventsExpected
);
22
AUX_VARIABLE
(
eventsSeen
);
23
}
24
25
}
// namespace xAOD
xAOD::LumiBlockRangeAuxContainer_v1::startLumiBlockNumber
std::vector< uint32_t > startLumiBlockNumber
The luminosity block of the start time of the range.
Definition:
LumiBlockRangeAuxContainer_v1.h:46
LumiBlockRangeAuxContainer_v1.h
xAOD::LumiBlockRangeAuxContainer_v1::eventsExpected
std::vector< uint32_t > eventsExpected
Definition:
LumiBlockRangeAuxContainer_v1.h:60
xAOD::LumiBlockRangeAuxContainer_v1::stopRunNumber
std::vector< uint32_t > stopRunNumber
Definition:
LumiBlockRangeAuxContainer_v1.h:52
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD::LumiBlockRangeAuxContainer_v1::LumiBlockRangeAuxContainer_v1
LumiBlockRangeAuxContainer_v1()
Default constructor.
Definition:
LumiBlockRangeAuxContainer_v1.cxx:12
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::LumiBlockRangeAuxContainer_v1::eventsSeen
std::vector< uint32_t > eventsSeen
The number of seen/processed events in this luminosity block range.
Definition:
LumiBlockRangeAuxContainer_v1.h:62
xAOD::LumiBlockRangeAuxContainer_v1::startRunNumber
std::vector< uint32_t > startRunNumber
Definition:
LumiBlockRangeAuxContainer_v1.h:44
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::LumiBlockRangeAuxContainer_v1::stopLumiBlockNumber
std::vector< uint32_t > stopLumiBlockNumber
The luminosity block of the stop time of the range.
Definition:
LumiBlockRangeAuxContainer_v1.h:54
Generated on Sun Apr 27 2025 21:14:25 for ATLAS Offline Software by
1.8.18