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
HighGranularityTimingDetector
HGTD_EventCnv
HGTD_EventTPCnv
HGTD_EventTPCnv
HGTD_ALTIROC_RDO_Collection_p1.h
Go to the documentation of this file.
1
10
#ifndef HGTD_EVENTTPCNV_HGTD_ALTIROC_RDO_COLLECTION_P1_H
11
#define HGTD_EVENTTPCNV_HGTD_ALTIROC_RDO_COLLECTION_P1_H
12
13
#include "
Identifier/IdentifierHash.h
"
14
15
class
HGTD_ALTIROC_RDO_Collection_p1
{
16
17
public
:
18
typedef
IdentifierHash::value_type
IdType_t
;
19
20
HGTD_ALTIROC_RDO_Collection_p1
() :
m_hash_id
(0),
m_size
(0){};
21
22
// container cnvs do conversions
23
friend
class
HGTD_ALTIROC_RDO_ContainerCnv_p1
;
24
25
private
:
26
// Hash Identifier of this collection
27
IdType_t
m_hash_id
;
28
29
// Number of RDOs in a given collection
30
unsigned
short
m_size
;
31
};
32
33
#endif // HGTD_EVENTTPCNV_HGTD_ALTIROC_RDO_COLLECTION_P1_H
HGTD_ALTIROC_RDO_Collection_p1::HGTD_ALTIROC_RDO_Collection_p1
HGTD_ALTIROC_RDO_Collection_p1()
Definition:
HGTD_ALTIROC_RDO_Collection_p1.h:20
IdentifierHash::value_type
unsigned int value_type
Definition:
IdentifierHash.h:27
HGTD_ALTIROC_RDO_ContainerCnv_p1
Definition:
HGTD_ALTIROC_RDO_ContainerCnv_p1.h:22
IdentifierHash.h
HGTD_ALTIROC_RDO_Collection_p1::m_hash_id
IdType_t m_hash_id
Definition:
HGTD_ALTIROC_RDO_Collection_p1.h:27
HGTD_ALTIROC_RDO_Collection_p1::m_size
unsigned short m_size
Definition:
HGTD_ALTIROC_RDO_Collection_p1.h:30
HGTD_ALTIROC_RDO_Collection_p1::IdType_t
IdentifierHash::value_type IdType_t
Definition:
HGTD_ALTIROC_RDO_Collection_p1.h:18
HGTD_ALTIROC_RDO_Collection_p1
Definition:
HGTD_ALTIROC_RDO_Collection_p1.h:15
Generated on Sun Apr 27 2025 21:11:28 for ATLAS Offline Software by
1.8.18