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