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
sTgcPrepData_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef sTgcPREPDATA_p1_TRK_H
7
#define sTgcPREPDATA_p1_TRK_H
8
9
//-----------------------------------------------------------------------------
10
//
11
// file: sTgcPrepData_p1.h
12
//
13
//-----------------------------------------------------------------------------
14
#include "
AthenaPoolUtilities/TPObjRef.h
"
15
#include "
Identifier/IdentifierHash.h
"
16
17
namespace
Muon
18
{
23
class
sTgcPrepData_p1
24
{
25
public
:
26
sTgcPrepData_p1
() =
default
;
27
28
std::vector< signed char >
m_rdoList
;
29
31
32
float
m_locX
{0};
33
float
m_errorMat
{0};
34
35
int
m_charge
{0};
36
short
int
m_time
{0};
37
uint16_t
m_bcBitMap
{0};
38
40
std::vector<uint16_t>
m_stripNumbers
;
41
std::vector<short int>
m_stripTimes
;
42
std::vector<int>
m_stripCharges
;
43
};
44
}
45
46
#endif
Muon::sTgcPrepData_p1::m_time
short int m_time
Definition:
sTgcPrepData_p1.h:36
Muon::sTgcPrepData_p1::m_rdoList
std::vector< signed char > m_rdoList
Store offsets.
Definition:
sTgcPrepData_p1.h:28
Muon::sTgcPrepData_p1::m_stripCharges
std::vector< int > m_stripCharges
Definition:
sTgcPrepData_p1.h:42
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::sTgcPrepData_p1::m_locX
float m_locX
Equivalent to localPosition (locX) in the base class.
Definition:
sTgcPrepData_p1.h:32
Muon::sTgcPrepData_p1::m_stripTimes
std::vector< short int > m_stripTimes
Definition:
sTgcPrepData_p1.h:41
Muon::sTgcPrepData_p1::m_bcBitMap
uint16_t m_bcBitMap
Definition:
sTgcPrepData_p1.h:37
xAOD::uint16_t
setWord1 uint16_t
Definition:
eFexEMRoI_v1.cxx:93
Muon::sTgcPrepData_p1::m_stripNumbers
std::vector< uint16_t > m_stripNumbers
cluster quantities
Definition:
sTgcPrepData_p1.h:40
Muon::sTgcPrepData_p1::m_errorMat
float m_errorMat
1-d ErrorMatrix in the base class.
Definition:
sTgcPrepData_p1.h:33
IdentifierHash.h
TPObjRef.h
Muon::sTgcPrepData_p1::sTgcPrepData_p1
sTgcPrepData_p1()=default
Muon::sTgcPrepData_p1::m_charge
int m_charge
Definition:
sTgcPrepData_p1.h:35
Muon::sTgcPrepData_p1
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed),.
Definition:
sTgcPrepData_p1.h:24
Generated on Sat May 31 2025 21:18:17 for ATLAS Offline Software by
1.8.18