ATLAS Offline Software
BCM_RDO_ContainerCnv_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 
5 #include "GaudiKernel/MsgStream.h"
7 
8 void BCM_RDO_ContainerCnv_p0::persToTrans(const BCM_RDO_Container_p0* persCont, BCM_RDO_Container* transCont, MsgStream &log) {
9 
10  if (log.level()<=MSG::DEBUG) log << MSG::DEBUG << "In BCM_RDO_ContainerCnv_p0::persToTrans" << endmsg;
11 
13 }
14 
15 void BCM_RDO_ContainerCnv_p0::transToPers(const BCM_RDO_Container* transCont, BCM_RDO_Container_p0* persCont, MsgStream &log) {
16 
17  if (log.level()<=MSG::DEBUG) log << MSG::DEBUG << "In BCM_RDO_ContainerCnv_p0::transToPers" << endmsg;
18 
20 }
BCM_RDO_ContainerCnv_p0::persToTrans
virtual void persToTrans(const BCM_RDO_Container_p0 *persCont, BCM_RDO_Container *transCont, MsgStream &log)
Definition: BCM_RDO_ContainerCnv_p0.cxx:8
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_Container
Definition: BCM_RDO_Container.h:27
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,...
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
BCM_RDO_Container_p0
Definition: BCM_RDO_Container_p0.h:14
BCM_RDO_ContainerCnv_p0::transToPers
virtual void transToPers(const BCM_RDO_Container *transCont, BCM_RDO_Container_p0 *persCont, MsgStream &log)
Definition: BCM_RDO_ContainerCnv_p0.cxx:15
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
BCM_RDO_ContainerCnv_p0.h