ATLAS Offline Software
TRT_LoLumRawDataCnv_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 
6 
7 // Persistent class and converter header file
10 
11 // Other stuff
12 #include "Identifier/Identifier.h"
13 #include "MsgUtil.h"
14 
15 
16 void
18 {
19  MSG_VERBOSE(log,"TRT_LoLumRawData_p2::persToTrans called ");
20 
21  *transObj = TRT_LoLumRawData (Identifier(persObj->m_rdoId),
22  persObj->m_word);
23 }
24 
25 void
27 {
28  MSG_VERBOSE(log,"TRT_LoLumRawData_p2::transToPers called ");
29  persObj->m_rdoId = transObj->identify().get_compact();
30  persObj->m_word = transObj->getWord();
31 }
InDetRawData_p2::m_rdoId
Identifier::value_type m_rdoId
Definition: InDetRawData_p2.h:18
TRT_LoLumRawData
Definition: TRT_LoLumRawData.h:25
InDetRawData_p2::m_word
unsigned int m_word
Definition: InDetRawData_p2.h:19
InDetRawData_p2.h
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
TRT_LoLumRawDataCnv_p2::transToPers
virtual void transToPers(const TRT_LoLumRawData *transObj, InDetRawData_p2 *persObj, MsgStream &log)
Definition: TRT_LoLumRawDataCnv_p2.cxx:26
TRT_LoLumRawDataCnv_p2.h
TRT_LoLumRawDataCnv_p2::persToTrans
virtual void persToTrans(const InDetRawData_p2 *persObj, TRT_LoLumRawData *transObj, MsgStream &log)
Definition: TRT_LoLumRawDataCnv_p2.cxx:17
InDetRawData_p2
Definition: InDetRawData_p2.h:10
MSG_VERBOSE
#define MSG_VERBOSE(log, x)
Definition: MsgUtil.h:17
InDetRawData::getWord
unsigned int getWord() const
Definition: InDetRawData.h:47
Identifier::get_compact
value_type get_compact(void) const
Get the compact id.
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
InDetRawData::identify
virtual Identifier identify() const override final
Definition: InDetRawData.h:41
TRT_LoLumRawData.h
MsgUtil.h