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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonTrigCoinData
RpcCoinData_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 MUONEVENTTPCNV_RPCOINDATA_P1_TRK_H
6
#define MUONEVENTTPCNV_RPCOINDATA_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: RpcCoinData_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include <vector>
14
15
16
namespace
Muon
17
{
23
class
RpcCoinData_p1
24
{
25
public
:
26
RpcCoinData_p1
() :
m_localPos
(0.),
m_errorMat
(0.),
m_time
(0.),
m_ambiguityFlag
(0),
m_ijk
(0),
27
m_threshold
(0),
m_overlap
(0),
m_parentCmId
(0),
m_parentPadId
(0),
28
m_parentSectorId
(0),
m_lowPtCm
(false) {}
29
// base
30
32
33
float
m_localPos
;
34
float
m_errorMat
;
35
std::vector<short>
m_rdoList
;
36
37
39
40
float
m_time
;
41
int
m_ambiguityFlag
;
42
// m_triggerInfo is in RpcCoinData
44
46
unsigned
short
m_ijk
;
47
unsigned
short
m_threshold
;
48
unsigned
short
m_overlap
;
49
unsigned
short
m_parentCmId
;
50
unsigned
short
m_parentPadId
;
51
unsigned
short
m_parentSectorId
;
52
bool
m_lowPtCm
;
54
};
55
}
56
57
#endif
Muon::RpcCoinData_p1::RpcCoinData_p1
RpcCoinData_p1()
Definition:
RpcCoinData_p1.h:26
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::RpcCoinData_p1::m_time
float m_time
Definition:
RpcCoinData_p1.h:40
Muon::RpcCoinData_p1
Persistent representation of the transient Muon::RpcCoinData class.
Definition:
RpcCoinData_p1.h:24
Muon::RpcCoinData_p1::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition:
RpcCoinData_p1.h:34
Muon::RpcCoinData_p1::m_lowPtCm
bool m_lowPtCm
Definition:
RpcCoinData_p1.h:52
Muon::RpcCoinData_p1::m_parentCmId
unsigned short m_parentCmId
Definition:
RpcCoinData_p1.h:49
Muon::RpcCoinData_p1::m_threshold
unsigned short m_threshold
Definition:
RpcCoinData_p1.h:47
Muon::RpcCoinData_p1::m_ambiguityFlag
int m_ambiguityFlag
Definition:
RpcCoinData_p1.h:41
Muon::RpcCoinData_p1::m_parentSectorId
unsigned short m_parentSectorId
Definition:
RpcCoinData_p1.h:51
Muon::RpcCoinData_p1::m_parentPadId
unsigned short m_parentPadId
Definition:
RpcCoinData_p1.h:50
Muon::RpcCoinData_p1::m_rdoList
std::vector< short > m_rdoList
delta of Identifiers of RDOs used to make PRD
Definition:
RpcCoinData_p1.h:35
Muon::RpcCoinData_p1::m_localPos
float m_localPos
Equivalent to localPosition (locX) in the base class.
Definition:
RpcCoinData_p1.h:33
Muon::RpcCoinData_p1::m_overlap
unsigned short m_overlap
Definition:
RpcCoinData_p1.h:48
Muon::RpcCoinData_p1::m_ijk
unsigned short m_ijk
Definition:
RpcCoinData_p1.h:46
Generated on Sun Apr 20 2025 21:17:55 for ATLAS Offline Software by
1.8.18