Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
HGTD_ALTIROC_RDO_Cnv_p1.cxx
Go to the documentation of this file.
1 
12 
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 
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