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
w
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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
MdtPrepData_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 MDTPREPDATA_P2_TRK_H
6
#define MDTPREPDATA_P2_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: MdtPrepData_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolUtilities/TPObjRef.h
"
14
#include "
Identifier/IdentifierHash.h
"
15
16
namespace
Muon
17
{
23
class
MdtPrepData_p2
24
{
25
public
:
26
MdtPrepData_p2
() :
m_driftRadius
(0.0),
m_errorMat
(0.0),
m_tdc
(0),
m_adc
(0),
m_status
(0){}
28
29
float
m_driftRadius
;
30
float
m_errorMat
;
31
32
34
35
int
m_tdc
;
36
int
m_adc
;
38
int
m_status
;
40
};
41
}
42
43
#endif
Muon::MdtPrepData_p2::MdtPrepData_p2
MdtPrepData_p2()
Definition:
MdtPrepData_p2.h:26
Muon::MdtPrepData_p2::m_status
int m_status
Corresponds to Muon::MdtDriftCircleStatus, which currently has only two defined values.
Definition:
MdtPrepData_p2.h:38
Muon::MdtPrepData_p2::m_adc
int m_adc
Definition:
MdtPrepData_p2.h:36
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MdtPrepData_p2::m_tdc
int m_tdc
Definition:
MdtPrepData_p2.h:35
Muon::MdtPrepData_p2
Persistent representation of the transient Muon::MdtPrepData class.
Definition:
MdtPrepData_p2.h:24
IdentifierHash.h
TPObjRef.h
Muon::MdtPrepData_p2::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition:
MdtPrepData_p2.h:30
Muon::MdtPrepData_p2::m_driftRadius
float m_driftRadius
Equivalent to localPosition (locX) in the base class.
Definition:
MdtPrepData_p2.h:29
Generated on Sun May 11 2025 21:13:42 for ATLAS Offline Software by
1.8.18