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
RpcPrepData_p3.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 RRPPREPDATA_P3_TRK_H
6
#define RRPPREPDATA_P3_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: RpcPrepData_p3.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolUtilities/TPObjRef.h
"
14
#include "
Identifier/IdentifierHash.h
"
15
16
namespace
Muon
17
{
23
class
RpcPrepData_p3
24
{
25
public
:
26
RpcPrepData_p3
() :
m_locX
(0.0),
m_errorMat
(0.0),
m_time
(0.0),
m_triggerInfo
(0),
m_ambiguityFlag
(0){}
27
28
std::vector< signed char >
m_rdoList
;
29
31
32
float
m_locX
;
33
float
m_errorMat
;
34
35
37
38
float
m_time
;
39
int
m_triggerInfo
;
40
int
m_ambiguityFlag
;
42
};
43
}
44
45
#endif
Muon::RpcPrepData_p3::m_ambiguityFlag
int m_ambiguityFlag
Definition:
RpcPrepData_p3.h:40
Muon::RpcPrepData_p3::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition:
RpcPrepData_p3.h:33
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::RpcPrepData_p3
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
Definition:
RpcPrepData_p3.h:24
Muon::RpcPrepData_p3::m_rdoList
std::vector< signed char > m_rdoList
Store offsets.
Definition:
RpcPrepData_p3.h:28
Muon::RpcPrepData_p3::RpcPrepData_p3
RpcPrepData_p3()
Definition:
RpcPrepData_p3.h:26
IdentifierHash.h
TPObjRef.h
Muon::RpcPrepData_p3::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition:
RpcPrepData_p3.h:32
Muon::RpcPrepData_p3::m_triggerInfo
int m_triggerInfo
Definition:
RpcPrepData_p3.h:39
Muon::RpcPrepData_p3::m_time
float m_time
Definition:
RpcPrepData_p3.h:38
Generated on Thu May 29 2025 21:17:36 for ATLAS Offline Software by
1.8.18