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
SCT_ClusterContainer_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 SCT_CLUSTERCONTAINER_P2_H
6
#define SCT_CLUSTERCONTAINER_P2_H
7
8
/*
9
10
Author: Davide Costanzo
11
12
*/
13
14
#include <vector>
15
#include <string>
16
#include "
InDetEventTPCnv/InDetPrepRawData/SCT_Cluster_p2.h
"
17
#include "
InDetEventTPCnv/InDetPrepRawData/InDetPRD_Collection_p2.h
"
18
#include "Identifier/Identifier.h"
19
20
21
namespace
InDet
{
22
class
SCT_ClusterContainer_p2
23
{
24
public
:
26
SCT_ClusterContainer_p2
();
27
//private:
28
std::vector<InDet::InDetPRD_Collection_p2>
m_collections
;
29
std::vector<InDet::SCT_Cluster_p2>
m_rawdata
;
30
// The delta identifiers of the PRD:
31
//std::vector<unsigned short> m_prdDeltaId;
32
std::vector<Identifier::diff_type>
m_prdDeltaId
;
33
};
34
35
36
// inlines
37
38
inline
39
SCT_ClusterContainer_p2::SCT_ClusterContainer_p2
() {}
40
}
41
42
#endif
InDetPRD_Collection_p2.h
InDet::SCT_ClusterContainer_p2
Definition:
SCT_ClusterContainer_p2.h:23
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::SCT_ClusterContainer_p2::m_collections
std::vector< InDet::InDetPRD_Collection_p2 > m_collections
Definition:
SCT_ClusterContainer_p2.h:28
SCT_Cluster_p2.h
InDet::SCT_ClusterContainer_p2::m_prdDeltaId
std::vector< Identifier::diff_type > m_prdDeltaId
Definition:
SCT_ClusterContainer_p2.h:32
InDet::SCT_ClusterContainer_p2::SCT_ClusterContainer_p2
SCT_ClusterContainer_p2()
Default constructor.
Definition:
SCT_ClusterContainer_p2.h:39
InDet::SCT_ClusterContainer_p2::m_rawdata
std::vector< InDet::SCT_Cluster_p2 > m_rawdata
Definition:
SCT_ClusterContainer_p2.h:29
Generated on Sun Mar 23 2025 21:18:02 for ATLAS Offline Software by
1.8.18