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
SCT_Cluster_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_CLUSTER_P2_TRK_H
6
#define SCT_CLUSTER_P2_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: SCT_Cluster_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
SiWidth_p2.h
"
14
15
namespace
InDet
16
{
17
class
SCT_Cluster_p2
18
{
19
public
:
20
21
// type used for channel id differences
22
typedef
short
rdo_diff_type
;
23
24
SCT_Cluster_p2
():
m_localPos
{0.},
m_mat00
{0.},
m_mat01
{0.},
m_mat11
{0.} {}
25
26
// replace this:
27
std::vector<rdo_diff_type >
m_rdoList
;
28
float
m_localPos
;
29
float
m_mat00
;
30
float
m_mat01
;
31
float
m_mat11
;
32
33
//SiWidth_p2
34
InDet::SiWidth_p2
m_width
;
35
36
};
37
}
38
39
#endif // SCT_CLUSTER_P2_TRK_H
InDet::SCT_Cluster_p2::m_width
InDet::SiWidth_p2 m_width
Definition:
SCT_Cluster_p2.h:34
InDet::SCT_Cluster_p2
Definition:
SCT_Cluster_p2.h:18
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::SCT_Cluster_p2::m_mat01
float m_mat01
Definition:
SCT_Cluster_p2.h:30
InDet::SCT_Cluster_p2::SCT_Cluster_p2
SCT_Cluster_p2()
Definition:
SCT_Cluster_p2.h:24
InDet::SCT_Cluster_p2::m_mat11
float m_mat11
Definition:
SCT_Cluster_p2.h:31
SiWidth_p2.h
InDet::SiWidth_p2
Definition:
SiWidth_p2.h:22
InDet::SCT_Cluster_p2::m_mat00
float m_mat00
Definition:
SCT_Cluster_p2.h:29
InDet::SCT_Cluster_p2::m_localPos
float m_localPos
Definition:
SCT_Cluster_p2.h:28
InDet::SCT_Cluster_p2::rdo_diff_type
short rdo_diff_type
Definition:
SCT_Cluster_p2.h:22
InDet::SCT_Cluster_p2::m_rdoList
std::vector< rdo_diff_type > m_rdoList
Definition:
SCT_Cluster_p2.h:27
Generated on Tue Mar 25 2025 21:18:04 for ATLAS Offline Software by
1.8.18