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
Trigger
TrigEvent
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigT2MbtsBits_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigCaloEventTPCnv
8
* @class : TrigT2MbtsBits_p1
9
*
10
* @brief persistent partner for TrigT2MbtsBits
11
*
12
* @author W. H. Bell <W.Bell@cern.ch>
13
*
14
**********************************************************************************/
15
#ifndef TRIGCALOEVENTTPCNV_TRIGT2MBTSBITS_P1_H
16
#define TRIGCALOEVENTTPCNV_TRIGT2MBTSBITS_P1_H
17
18
#include <vector>
19
#include <cstdint>
20
21
class
TrigT2MbtsBits_p1
{
22
friend
class
TrigT2MbtsBitsCnv_p1
;
23
24
public
:
25
TrigT2MbtsBits_p1
() :
m_mbtsWord
(0) {}
26
virtual
~TrigT2MbtsBits_p1
() {}
27
28
private
:
29
uint32_t
m_mbtsWord
;
30
std::vector<float>
m_triggerTimes
;
31
};
32
33
#endif
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
TrigT2MbtsBits_p1::TrigT2MbtsBits_p1
TrigT2MbtsBits_p1()
Definition:
TrigT2MbtsBits_p1.h:34
TrigT2MbtsBitsCnv_p1
Definition:
TrigT2MbtsBitsCnv_p1.h:25
TrigT2MbtsBits_p1
Definition:
TrigT2MbtsBits_p1.h:21
TrigT2MbtsBits_p1::m_triggerTimes
std::vector< float > m_triggerTimes
Definition:
TrigT2MbtsBits_p1.h:39
TrigT2MbtsBits_p1::~TrigT2MbtsBits_p1
virtual ~TrigT2MbtsBits_p1()
Definition:
TrigT2MbtsBits_p1.h:35
TrigT2MbtsBits_p1::m_mbtsWord
uint32_t m_mbtsWord
Definition:
TrigT2MbtsBits_p1.h:38
Generated on Mon Apr 21 2025 21:21:51 for ATLAS Offline Software by
1.8.18