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
MuonRIO_OnTrack
MM_ClusterOnTrack_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MM__CLUSTER_ON_TRACK_P1_TRK_H
6
#define MM__CLUSTER_ON_TRACK_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: MM_ClusterOnTrack_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include <vector>
14
15
#include "
AthenaPoolUtilities/TPObjRef.h
"
16
#include "
DataModelAthenaPool/ElementLink_p3.h
"
17
namespace
Muon
18
{
20
class
MM_ClusterOnTrack_p1
21
{
22
public
:
23
MM_ClusterOnTrack_p1
() :
m_id
(0),
m_positionAlongStrip
(0.0) {}
24
26
Identifier32::value_type
m_id
;
27
TPObjRef
m_localParams
;
28
TPObjRef
m_localErrMat
;
29
31
ElementLinkInt_p3
m_prdLink
;
32
34
float
m_positionAlongStrip
;
35
std::vector<float>
m_stripDriftDists
;
36
std::vector<float>
m_stripDriftDistErrors_0_0
;
37
std::vector<float>
m_stripDriftDistErrors_1_1
;
38
// set default to unknow (=64) in case a file is read were the author was not yet persitified
39
uint8_t
m_author
{64};
40
};
41
}
42
43
#endif // MM__CLUSTER_ON_TRACK_P1_TRK_H
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
Muon::MM_ClusterOnTrack_p1::m_positionAlongStrip
float m_positionAlongStrip
position along strip (double in transient world)
Definition:
MM_ClusterOnTrack_p1.h:34
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
Muon::MM_ClusterOnTrack_p1::m_stripDriftDistErrors_0_0
std::vector< float > m_stripDriftDistErrors_0_0
Definition:
MM_ClusterOnTrack_p1.h:36
Muon::MM_ClusterOnTrack_p1::m_id
Identifier32::value_type m_id
base RIO_OnTrack_p1 info
Definition:
MM_ClusterOnTrack_p1.h:26
Muon::MM_ClusterOnTrack_p1
Version 1 of the persistent class representing the transient class Muon::MM_ClusterOnTrack.
Definition:
MM_ClusterOnTrack_p1.h:21
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
TPObjRef
Definition:
TPObjRef.h:20
ElementLink_p3< uint32_t >
Muon::MM_ClusterOnTrack_p1::m_localErrMat
TPObjRef m_localErrMat
Definition:
MM_ClusterOnTrack_p1.h:28
Muon::MM_ClusterOnTrack_p1::m_prdLink
ElementLinkInt_p3 m_prdLink
Link to PRD.
Definition:
MM_ClusterOnTrack_p1.h:31
Muon::MM_ClusterOnTrack_p1::m_stripDriftDistErrors_1_1
std::vector< float > m_stripDriftDistErrors_1_1
Definition:
MM_ClusterOnTrack_p1.h:37
Muon::MM_ClusterOnTrack_p1::MM_ClusterOnTrack_p1
MM_ClusterOnTrack_p1()
Definition:
MM_ClusterOnTrack_p1.h:23
TPObjRef.h
Muon::MM_ClusterOnTrack_p1::m_author
uint8_t m_author
Definition:
MM_ClusterOnTrack_p1.h:39
Muon::MM_ClusterOnTrack_p1::m_localParams
TPObjRef m_localParams
Definition:
MM_ClusterOnTrack_p1.h:27
Muon::MM_ClusterOnTrack_p1::m_stripDriftDists
std::vector< float > m_stripDriftDists
Definition:
MM_ClusterOnTrack_p1.h:35
Identifier32::value_type
unsigned int value_type
Definition:
Identifier32.h:28
Generated on Sun Mar 30 2025 21:14:57 for ATLAS Offline Software by
1.8.18