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
TRT_DriftCircle_p2.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_P2_TRK_H
7
#define TRT_DRIFT_CIRCLE_P2_TRK_H
8
9
//-----------------------------------------------------------------------------
10
//
11
// file: TRT_DriftCircle_p2.h
12
//
13
//-----------------------------------------------------------------------------
14
15
// #include "TrkEventTPCnv/TrkPrepRawData/PrepRawData_p2.h"
16
17
namespace
InDet
18
{
19
class
TRT_DriftCircle_p2
20
{
21
public
:
22
TRT_DriftCircle_p2
():
23
m_locPos
(0.0),
24
m_errMat
(0.0),
25
m_TRTdata
(0) {}
26
27
float
m_locPos
;
28
float
m_errMat
;
29
unsigned
int
m_TRTdata
;
// the raw data word from the TRT
30
31
};
32
}
33
34
#endif // TRT_DRIFT_CIRCLE_P2_TRK_H
InDet::TRT_DriftCircle_p2::TRT_DriftCircle_p2
TRT_DriftCircle_p2()
Definition:
TRT_DriftCircle_p2.h:22
InDet::TRT_DriftCircle_p2::m_locPos
float m_locPos
Definition:
TRT_DriftCircle_p2.h:27
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::TRT_DriftCircle_p2::m_errMat
float m_errMat
Definition:
TRT_DriftCircle_p2.h:28
InDet::TRT_DriftCircle_p2
Definition:
TRT_DriftCircle_p2.h:20
InDet::TRT_DriftCircle_p2::m_TRTdata
unsigned int m_TRTdata
Definition:
TRT_DriftCircle_p2.h:29
Generated on Tue Mar 25 2025 21:22:09 for ATLAS Offline Software by
1.8.18