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
xAODForward
xAODForward
versions
MBTSModuleAuxContainer_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
#ifndef XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
8
#define XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
9
10
// System include(s):
11
#include <vector>
12
13
// EDM include(s):
14
#include "
xAODCore/AuxContainerBase.h
"
15
16
namespace
xAOD
{
17
23
class
MBTSModuleAuxContainer_v1
:
public
AuxContainerBase
{
24
25
public
:
27
MBTSModuleAuxContainer_v1
();
28
29
private
:
30
std::vector< float >
e
;
31
std::vector< float >
eta
;
32
std::vector< float >
phi
;
33
std::vector< float >
time
;
34
std::vector< int >
mbtsQuality
;
35
std::vector< int >
type
;
36
std::vector< int >
mbtsModule
;
37
std::vector< int >
channel
;
38
39
};
// class MBTSModuleAuxContainer_v1
40
41
}
// namespace xAOD
42
43
// Declare the inheritance of the class:
44
#include "
xAODCore/BaseInfo.h
"
45
SG_BASE
(
xAOD::MBTSModuleAuxContainer_v1
,
xAOD::AuxContainerBase
);
46
47
#endif //XAODFORWARD_VERSIONS_MBTSMODULESAUXCONTAINER_V1_H
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
SG_BASE
SG_BASE(xAOD::MBTSModuleAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::MBTSModuleAuxContainer_v1::channel
std::vector< int > channel
Definition:
MBTSModuleAuxContainer_v1.h:37
xAOD::MBTSModuleAuxContainer_v1::eta
std::vector< float > eta
Definition:
MBTSModuleAuxContainer_v1.h:31
xAOD::MBTSModuleAuxContainer_v1::mbtsQuality
std::vector< int > mbtsQuality
Definition:
MBTSModuleAuxContainer_v1.h:34
xAOD::MBTSModuleAuxContainer_v1::MBTSModuleAuxContainer_v1
MBTSModuleAuxContainer_v1()
Default constructor.
Definition:
MBTSModuleAuxContainer_v1.cxx:10
xAOD::MBTSModuleAuxContainer_v1
Auxiliary store for xAOD::MBTSModuleContainer_v1.
Definition:
MBTSModuleAuxContainer_v1.h:23
xAOD::MBTSModuleAuxContainer_v1::e
std::vector< float > e
Definition:
MBTSModuleAuxContainer_v1.h:30
xAOD::MBTSModuleAuxContainer_v1::time
std::vector< float > time
Definition:
MBTSModuleAuxContainer_v1.h:33
xAOD::MBTSModuleAuxContainer_v1::phi
std::vector< float > phi
Definition:
MBTSModuleAuxContainer_v1.h:32
xAOD::MBTSModuleAuxContainer_v1::mbtsModule
std::vector< int > mbtsModule
Definition:
MBTSModuleAuxContainer_v1.h:36
xAOD::MBTSModuleAuxContainer_v1::type
std::vector< int > type
Definition:
MBTSModuleAuxContainer_v1.h:35
Generated on Wed Apr 23 2025 21:14:46 for ATLAS Offline Software by
1.8.18