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
HighGranularityTimingDetector
HGTD_EventCnv
HGTD_EventTPCnv
src
HGTD_ALTIROC_RDO_Cnv_p1.cxx
Go to the documentation of this file.
1
11
#include "
HGTD_EventTPCnv/HGTD_ALTIROC_RDO_Cnv_p1.h
"
12
13
void
HGTD_ALTIROC_RDO_Cnv_p1::transToPers
(
const
HGTD_ALTIROC_RDO
* trans_obj,
14
HGTD_ALTIROC_RDO_p1
* pers_obj,
15
MsgStream&
log
) {
16
log
<<
MSG::VERBOSE
<<
"calling HGTD_ALTIROC_RDO_Cnv_p1::transToPers"
<<
endmsg
;
17
18
pers_obj->
m_rdo_id
= trans_obj->
identify
().
get_compact
();
19
pers_obj->
m_word
= trans_obj->
getWord
();
20
}
21
22
void
HGTD_ALTIROC_RDO_Cnv_p1::persToTrans
(
const
HGTD_ALTIROC_RDO_p1
* pers_obj,
23
HGTD_ALTIROC_RDO
* trans_obj,
24
MsgStream&
log
) {
25
log
<<
MSG::VERBOSE
<<
"calling HGTD_ALTIROC_RDO_Cnv_p1::persToTrans"
<<
endmsg
;
26
*trans_obj =
HGTD_ALTIROC_RDO
(
Identifier
(pers_obj->
m_rdo_id
), pers_obj->
m_word
);
27
}
HGTD_ALTIROC_RDO_p1
Definition:
HGTD_ALTIROC_RDO_p1.h:16
Identifier::get_compact
value_type get_compact() const
Get the compact id.
HGTD_ALTIROC_RDO_Cnv_p1::transToPers
void transToPers(const HGTD_ALTIROC_RDO *trans_obj, HGTD_ALTIROC_RDO_p1 *pers_obj, MsgStream &log)
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
Definition:
HGTD_ALTIROC_RDO_Cnv_p1.cxx:13
HGTD_ALTIROC_RDO
Definition:
HGTD_ALTIROC_RDO.h:20
endmsg
#define endmsg
Definition:
AnalysisConfig_Ntuple.cxx:63
HGTD_ALTIROC_RDO_p1::m_word
uint64_t m_word
Definition:
HGTD_ALTIROC_RDO_p1.h:26
HGTD_ALTIROC_RDO::getWord
virtual uint64_t getWord() const
Definition:
HGTD_ALTIROC_RDO.h:79
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
HGTD_ALTIROC_RDO_Cnv_p1.h
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
python.Constants.VERBOSE
int VERBOSE
Definition:
Control/AthenaCommon/python/Constants.py:13
HGTD_ALTIROC_RDO_Cnv_p1::persToTrans
void persToTrans(const HGTD_ALTIROC_RDO_p1 *pers_obj, HGTD_ALTIROC_RDO *trans_obj, MsgStream &log)
Definition:
HGTD_ALTIROC_RDO_Cnv_p1.cxx:22
HGTD_ALTIROC_RDO_p1::m_rdo_id
IdType_t m_rdo_id
Definition:
HGTD_ALTIROC_RDO_p1.h:25
HGTD_ALTIROC_RDO::identify
virtual Identifier identify() const
Definition:
HGTD_ALTIROC_RDO.h:61
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Apr 24 2025 21:11:24 for ATLAS Offline Software by
1.8.18