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
src
MuonRIO_OnTrack
RpcClusterOnTrackCnv_p2.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//-----------------------------------------------------------------------------
6
//
7
// file: RpcClusterOnTrackCnv_p2.cxx
8
//
9
//-----------------------------------------------------------------------------
10
11
#include "
MuonRIO_OnTrack/RpcClusterOnTrack.h
"
12
#include "
MuonEventTPCnv/MuonRIO_OnTrack/RpcClusterOnTrackCnv_p2.h
"
13
14
15
void
RpcClusterOnTrackCnv_p2::
16
persToTrans
(
const
Muon::RpcClusterOnTrack_p2
*persObj,
17
Muon::RpcClusterOnTrack
*transObj, MsgStream &
log
)
18
{
19
ElementLinkToIDC_RPC_Container
rio;
20
m_elCnv
.persToTrans(&persObj->
m_prdLink
,&rio,
log
);
21
22
*transObj =
Muon::RpcClusterOnTrack
(rio,
23
Trk::LocalParameters
(),
24
Amg::MatrixX
(),
25
Identifier
(),
26
nullptr
,
// detEL
27
persObj->
m_positionAlongStrip
,
28
0
// time
29
);
30
31
fillTransFromPStore
( &
m_RIOCnv
, persObj->
m_RIO
, transObj,
log
);
32
}
33
34
35
void
RpcClusterOnTrackCnv_p2::
36
transToPers
(
const
Muon::RpcClusterOnTrack
*,
37
Muon::RpcClusterOnTrack_p2
*, MsgStream & )
38
{
39
throw
std::runtime_error(
"RpcClusterOnTrackCnv_p2::transToPers is deprecated!"
);
40
}
41
42
Trk::LocalParameters
Definition:
LocalParameters.h:98
RpcClusterOnTrackCnv_p2::m_elCnv
ElementLinkCnv_p3< ElementLinkToIDC_RPC_Container > m_elCnv
Definition:
RpcClusterOnTrackCnv_p2.h:43
Amg::MatrixX
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Definition:
EventPrimitives.h:27
RpcClusterOnTrackCnv_p2::transToPers
void transToPers(const Muon ::RpcClusterOnTrack *transObj, Muon ::RpcClusterOnTrack_p2 *persObj, MsgStream &log)
Definition:
RpcClusterOnTrackCnv_p2.cxx:36
Muon::RpcClusterOnTrack_p2
Version 1 of the persistent class representing the transient class Muon::RpcClusterOnTrack.
Definition:
RpcClusterOnTrack_p2.h:21
RpcClusterOnTrackCnv_p2::m_RIOCnv
RIO_OnTrackCnv_p1 * m_RIOCnv
Definition:
RpcClusterOnTrackCnv_p2.h:42
Muon::RpcClusterOnTrack
Class to represent calibrated clusters formed from RPC strips.
Definition:
RpcClusterOnTrack.h:35
ITPConverterFor< TRANS_BASE >::fillTransFromPStore
void fillTransFromPStore(CNV **cnv, const TPObjRef &ref, TRANS_T *trans, MsgStream &log) const
Convert persistent object, stored in the the top-level persistent object and referenced by the TP Ref...
Definition:
TPConverter.h:145
RpcClusterOnTrack.h
Muon::RpcClusterOnTrack_p2::m_RIO
TPObjRef m_RIO
Definition:
RpcClusterOnTrack_p2.h:26
ElementLink< Muon::RpcPrepDataContainer >
RpcClusterOnTrackCnv_p2.h
Muon::RpcClusterOnTrack_p2::m_prdLink
ElementLinkInt_p3 m_prdLink
Link to PRD.
Definition:
RpcClusterOnTrack_p2.h:29
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
RpcClusterOnTrackCnv_p2::persToTrans
void persToTrans(const Muon ::RpcClusterOnTrack_p2 *persObj, Muon ::RpcClusterOnTrack *transObj, MsgStream &log)
Definition:
RpcClusterOnTrackCnv_p2.cxx:16
Muon::RpcClusterOnTrack_p2::m_positionAlongStrip
float m_positionAlongStrip
position along strip (double in transient world)
Definition:
RpcClusterOnTrack_p2.h:32
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Apr 3 2025 21:17:47 for ATLAS Offline Software by
1.8.18