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
InnerDetector
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
InDetPrepRawData
InDetPRD_Collection_p2.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
#ifndef INDETPRD_COLLECTION_P2_H
6
#define INDETPRD_COLLECTION_P2_H
7
8
#include <vector>
9
namespace
InDet
{
10
class
InDetPRD_Collection_p2
11
{
12
13
14
public
:
15
16
InDetPRD_Collection_p2
()
17
:
18
// m_idDelta(0),
19
m_hashId
(0),
20
m_size
(0)
21
{ } ;
22
23
// container cnvs do conversions
24
friend
class
PixelClusterContainerCnv_p2
;
25
friend
class
SCT_ClusterContainerCnv_p2
;
26
friend
class
TRT_DriftCircleContainerCnv_p1
;
27
28
//private:
29
30
// Identifier distance of this collection from the previous one
31
// unsigned short m_idDelta;
32
33
// Hash Identifier of this collection
34
// (write this one as well, so we don't rely on the IdHelper for it)
35
unsigned
short
m_hashId
;
36
37
// Collection size into master collection
38
// Note I use a short. If a collection has more than 2^16 elements (unlikely) it
39
// has to be split into two separate collections
40
unsigned
short
m_size
;
41
42
};
43
44
}
45
46
#endif
47
48
InDet::InDetPRD_Collection_p2::m_hashId
unsigned short m_hashId
Definition:
InDetPRD_Collection_p2.h:35
InDet::TRT_DriftCircleContainerCnv_p1
Definition:
TRT_DriftCircleContainerCnv_p1.h:28
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::InDetPRD_Collection_p2::m_size
unsigned short m_size
Definition:
InDetPRD_Collection_p2.h:40
InDet::InDetPRD_Collection_p2
Definition:
InDetPRD_Collection_p2.h:11
InDet::InDetPRD_Collection_p2::InDetPRD_Collection_p2
InDetPRD_Collection_p2()
Definition:
InDetPRD_Collection_p2.h:16
PixelClusterContainerCnv_p2
Definition:
PixelClusterContainerCnv_p2.h:23
SCT_ClusterContainerCnv_p2
Definition:
SCT_ClusterContainerCnv_p2.h:23
Generated on Tue Mar 25 2025 21:11:59 for ATLAS Offline Software by
1.8.18