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
InDetRIO_OnTrack
SCT_ClusterOnTrack_p1.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_ON_TRACK_P1_TRK_H
6
#define SCT_CLUSTER_ON_TRACK_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: SCT_ClusterOnTrack_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolUtilities/TPObjRef.h
"
14
15
#include "
DataModelAthenaPool/ElementLink_p1.h
"
16
//#include "DataModelAthenaPool/ElementLinkContNames_p2.h"
17
18
namespace
InDet
19
{
20
class
SCT_ClusterOnTrack_p1
21
{
22
public
:
23
SCT_ClusterOnTrack_p1
():
m_positionAlongStrip
{0.} {}
24
25
// base SiClusterOnTrack_p1, inheriting from RIO_OnTrack_p1
26
TPObjRef
m_RIO
;
27
// IdentifierHash::value_type m_idDE; // is in SiCluster base class
28
30
ElementLinkInt_p1
m_prdLink
;
31
32
//element allowing for a calculation of global position
33
float
m_positionAlongStrip
;
34
};
35
}
36
37
#endif // SCT_CLUSTER_ON_TRACK_P1_TRK_H
ElementLink_p1.h
This file contains the class definition for the ElementLink_p1 class.
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::SCT_ClusterOnTrack_p1::m_RIO
TPObjRef m_RIO
Definition:
SCT_ClusterOnTrack_p1.h:26
TPObjRef
Definition:
TPObjRef.h:20
InDet::SCT_ClusterOnTrack_p1::SCT_ClusterOnTrack_p1
SCT_ClusterOnTrack_p1()
Definition:
SCT_ClusterOnTrack_p1.h:23
ElementLink_p1< uint32_t >
InDet::SCT_ClusterOnTrack_p1::m_prdLink
ElementLinkInt_p1 m_prdLink
Link to PRD.
Definition:
SCT_ClusterOnTrack_p1.h:30
InDet::SCT_ClusterOnTrack_p1
Definition:
SCT_ClusterOnTrack_p1.h:21
TPObjRef.h
InDet::SCT_ClusterOnTrack_p1::m_positionAlongStrip
float m_positionAlongStrip
Definition:
SCT_ClusterOnTrack_p1.h:33
Generated on Sat Mar 22 2025 21:18:05 for ATLAS Offline Software by
1.8.18