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
xAODTrigger
xAODTrigger
versions
BunchConfAuxContainer_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: BunchConfAuxContainer_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8
#ifndef XAODTRIGGER_VERSIONS_BUNCHCONFAUXCONTAINER_V1_H
9
#define XAODTRIGGER_VERSIONS_BUNCHCONFAUXCONTAINER_V1_H
10
11
// System include(s):
12
extern
"C"
{
13
# include <stdint.h>
14
}
15
#include <vector>
16
17
// EDM include(s):
18
#include "
xAODCore/AuxContainerBase.h
"
19
20
namespace
xAOD
{
21
33
class
BunchConfAuxContainer_v1
:
public
AuxContainerBase
{
34
35
public
:
37
BunchConfAuxContainer_v1
();
38
39
private
:
42
std::vector< uint32_t >
configID
;
44
47
std::vector< std::vector< int > >
collidingBCIDs
;
48
std::vector< std::vector< float > >
intensitiesBeam1
;
49
std::vector< std::vector< float > >
intensitiesBeam2
;
51
54
std::vector< std::vector< int > >
unpairedBCIDsBeam1
;
55
std::vector< std::vector< int > >
unpairedBCIDsBeam2
;
56
std::vector< std::vector< float > >
unpairedIntensisitesBeam1
;
57
std::vector< std::vector< float > >
unpairedIntensisitesBeam2
;
59
60
};
// class BunchConfAuxContainer_v1
61
62
}
// namespace xAOD
63
64
// Declare the inheritance of the container:
65
#include "
xAODCore/BaseInfo.h
"
66
SG_BASE
(
xAOD::BunchConfAuxContainer_v1
,
xAOD::AuxContainerBase
);
67
68
#endif // XAODTRIGGER_VERSIONS_BUNCHCONFAUXCONTAINER_V1_H
xAOD::BunchConfAuxContainer_v1::unpairedIntensisitesBeam2
std::vector< std::vector< float > > unpairedIntensisitesBeam2
Definition:
BunchConfAuxContainer_v1.h:57
xAOD::BunchConfAuxContainer_v1::intensitiesBeam2
std::vector< std::vector< float > > intensitiesBeam2
Definition:
BunchConfAuxContainer_v1.h:49
xAOD::BunchConfAuxContainer_v1
Auxiliary store for BunchConfContainer_v1.
Definition:
BunchConfAuxContainer_v1.h:33
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::BunchConfAuxContainer_v1::configID
std::vector< uint32_t > configID
Definition:
BunchConfAuxContainer_v1.h:42
SG_BASE
SG_BASE(xAOD::BunchConfAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::BunchConfAuxContainer_v1::unpairedBCIDsBeam2
std::vector< std::vector< int > > unpairedBCIDsBeam2
Definition:
BunchConfAuxContainer_v1.h:55
xAOD::BunchConfAuxContainer_v1::unpairedIntensisitesBeam1
std::vector< std::vector< float > > unpairedIntensisitesBeam1
Definition:
BunchConfAuxContainer_v1.h:56
xAOD::BunchConfAuxContainer_v1::collidingBCIDs
std::vector< std::vector< int > > collidingBCIDs
Definition:
BunchConfAuxContainer_v1.h:47
xAOD::BunchConfAuxContainer_v1::BunchConfAuxContainer_v1
BunchConfAuxContainer_v1()
Default constructor.
Definition:
BunchConfAuxContainer_v1.cxx:12
xAOD::BunchConfAuxContainer_v1::intensitiesBeam1
std::vector< std::vector< float > > intensitiesBeam1
Definition:
BunchConfAuxContainer_v1.h:48
xAOD::BunchConfAuxContainer_v1::unpairedBCIDsBeam1
std::vector< std::vector< int > > unpairedBCIDsBeam1
Definition:
BunchConfAuxContainer_v1.h:54
Generated on Thu Apr 10 2025 21:07:51 for ATLAS Offline Software by
1.8.18