Loading [MathJax]/jax/output/SVG/config.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
w
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
HighGranularityTimingDetector
HGTD_EventCnv
HGTD_EventTPCnv
HGTD_EventTPCnv
HGTD_RDO_p1.h
Go to the documentation of this file.
1
9
#ifndef HGTD_EVENTTPCNV_HGTD_RDO_P1_H
10
#define HGTD_EVENTTPCNV_HGTD_RDO_P1_H
11
12
#include "
HGTD_RawData/HGTD_RDO.h
"
13
#include "Identifier/Identifier.h"
14
15
class
HGTD_RDO_p1
{
16
public
:
17
typedef
Identifier::value_type
IdType_t
;
18
19
HGTD_RDO_p1
() =
default
;
20
21
friend
class
HGTD_RDO_Cnv_p1
;
22
23
private
:
24
IdType_t
m_rdo_id
{};
25
float
m_toa
{};
26
unsigned
int
m_tot
{};
27
unsigned
short
m_bcid
{};
28
unsigned
short
m_l1_id
{};
29
unsigned
short
m_l1_a
{};
30
};
31
32
#endif // HGTD_RDO_P1_H
HGTD_RDO_Cnv_p1
Definition:
HGTD_RDO_Cnv_p1.h:20
HGTD_RDO_p1::m_bcid
unsigned short m_bcid
Definition:
HGTD_RDO_p1.h:27
HGTD_RDO_p1::m_rdo_id
IdType_t m_rdo_id
Definition:
HGTD_RDO_p1.h:24
HGTD_RDO_p1
Definition:
HGTD_RDO_p1.h:15
HGTD_RDO_p1::m_l1_id
unsigned short m_l1_id
Definition:
HGTD_RDO_p1.h:28
HGTD_RDO_p1::m_tot
unsigned int m_tot
Definition:
HGTD_RDO_p1.h:26
HGTD_RDO_p1::m_l1_a
unsigned short m_l1_a
Definition:
HGTD_RDO_p1.h:29
HGTD_RDO_p1::HGTD_RDO_p1
HGTD_RDO_p1()=default
HGTD_RDO_p1::m_toa
float m_toa
Definition:
HGTD_RDO_p1.h:25
Identifier::value_type
unsigned long long value_type
Definition:
DetectorDescription/Identifier/Identifier/Identifier.h:27
HGTD_RDO.h
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
HGTD_RDO_p1::IdType_t
Identifier::value_type IdType_t
Definition:
HGTD_RDO_p1.h:17
Generated on Thu May 8 2025 21:10:28 for ATLAS Offline Software by
1.8.18