ATLAS Offline Software
BCM_RDO_CollectionCnv_p0.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 #include "GaudiKernel/MsgStream.h"
8 
10 
11  if (log.level()<=MSG::DEBUG) log << MSG::DEBUG << "In BCM_RDO_CollectionCnv_p0::persToTrans" << endmsg;
12 
14  transColl->setChannel (persColl->m_chanId);
15 }
16 
18 
19  if (log.level()<=MSG::DEBUG) log << MSG::DEBUG << "In BCM_RDO_CollectionCnv_p0::transToPers" << endmsg;
20 
22  persColl->m_chanId = transColl->getChannel();
23 }
24 
BCM_RDO_CollectionCnv_p0::transToPers
virtual void transToPers(const BCM_RDO_Collection *transColl, BCM_RDO_Collection_p0 *persColl, MsgStream &log)
Definition: BCM_RDO_CollectionCnv_p0.cxx:17
TPCnvVector::persToTrans
virtual void persToTrans(const PERS *persVect, TRANS *transVect, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
BCM_RDO_Collection_p0::m_chanId
unsigned int m_chanId
Definition: BCM_RDO_Collection_p0.h:19
BCM_RDO_Collection::getChannel
virtual unsigned int getChannel() const
Definition: BCM_RDO_Collection.h:33
BCM_RDO_Collection::setChannel
virtual void setChannel(unsigned int chanId)
Definition: BCM_RDO_Collection.h:34
TPCnvVector::transToPers
virtual void transToPers(const TRANS *transVect, PERS *persVect, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
BCM_RDO_CollectionCnv_p0::persToTrans
virtual void persToTrans(const BCM_RDO_Collection_p0 *persColl, BCM_RDO_Collection *transColl, MsgStream &log)
Definition: BCM_RDO_CollectionCnv_p0.cxx:9
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
BCM_RDO_Collection.h
BCM_RDO_Collection_p0
Definition: BCM_RDO_Collection_p0.h:14
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
BCM_RDO_Collection
Definition: BCM_RDO_Collection.h:27
BCM_RDO_CollectionCnv_p0.h