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
TRT_DriftCircleOnTrack_p1.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
/*
3
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TRT_DRIFT_CIRCLE_ON_TRACK_P1_TRK_H
7
#define TRT_DRIFT_CIRCLE_ON_TRACK_P1_TRK_H
8
9
//-----------------------------------------------------------------------------
10
//
11
// file: TRT_DriftCircleOnTrack_p1.h
12
//
13
//-----------------------------------------------------------------------------
14
15
#include "
AthenaPoolUtilities/TPObjRef.h
"
16
17
#include "
Identifier/IdentifierHash.h
"
18
19
#include "
DataModelAthenaPool/ElementLink_p1.h
"
20
//#include "DataModelAthenaPool/ElementLinkContNames_p2.h"
21
22
namespace
InDet
23
{
24
class
TRT_DriftCircleOnTrack_p1
25
{
26
public
:
27
TRT_DriftCircleOnTrack_p1
():
28
m_idDE
(0),
29
m_status
(0),
30
m_highLevel
(true),
31
m_timeOverThreshold
(0.0),
32
m_localAngle
(0.0),
33
m_positionAlongWire
(0.0) {}
34
35
// base RIO_OnTrack_p1
36
TPObjRef
m_RIO
;
37
38
IdentifierHash::value_type
m_idDE
;
39
unsigned
int
m_status
;
40
bool
m_highLevel
;
41
float
m_timeOverThreshold
;
42
43
float
m_localAngle
;
44
float
m_positionAlongWire
;
45
47
ElementLinkInt_p1
m_prdLink
;
48
};
49
}
50
51
#endif // TRT_DRIFT_CIRCLE_ON_TRACK_P1_TRK_H
ElementLink_p1.h
This file contains the class definition for the ElementLink_p1 class.
InDet::TRT_DriftCircleOnTrack_p1::m_localAngle
float m_localAngle
Definition:
TRT_DriftCircleOnTrack_p1.h:43
InDet::TRT_DriftCircleOnTrack_p1::m_positionAlongWire
float m_positionAlongWire
Definition:
TRT_DriftCircleOnTrack_p1.h:44
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
IdentifierHash::value_type
unsigned int value_type
Definition:
IdentifierHash.h:27
InDet::TRT_DriftCircleOnTrack_p1
Definition:
TRT_DriftCircleOnTrack_p1.h:25
InDet::TRT_DriftCircleOnTrack_p1::m_status
unsigned int m_status
Definition:
TRT_DriftCircleOnTrack_p1.h:39
TPObjRef
Definition:
TPObjRef.h:20
InDet::TRT_DriftCircleOnTrack_p1::m_timeOverThreshold
float m_timeOverThreshold
Definition:
TRT_DriftCircleOnTrack_p1.h:41
ElementLink_p1< uint32_t >
InDet::TRT_DriftCircleOnTrack_p1::TRT_DriftCircleOnTrack_p1
TRT_DriftCircleOnTrack_p1()
Definition:
TRT_DriftCircleOnTrack_p1.h:27
InDet::TRT_DriftCircleOnTrack_p1::m_RIO
TPObjRef m_RIO
Definition:
TRT_DriftCircleOnTrack_p1.h:36
IdentifierHash.h
InDet::TRT_DriftCircleOnTrack_p1::m_prdLink
ElementLinkInt_p1 m_prdLink
Link to PRD.
Definition:
TRT_DriftCircleOnTrack_p1.h:47
TPObjRef.h
InDet::TRT_DriftCircleOnTrack_p1::m_highLevel
bool m_highLevel
Definition:
TRT_DriftCircleOnTrack_p1.h:40
InDet::TRT_DriftCircleOnTrack_p1::m_idDE
IdentifierHash::value_type m_idDE
Definition:
TRT_DriftCircleOnTrack_p1.h:38
Generated on Tue Mar 25 2025 21:22:10 for ATLAS Offline Software by
1.8.18