ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetBCM_EventAthenaPool
src
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"
6
#include "
BCM_RDO_ContainerCnv_p0.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
12
BCM_RDO_ContainerCnv_p0_basetype::persToTrans
(persCont, transCont, log);
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
19
BCM_RDO_ContainerCnv_p0_basetype::transToPers
(transCont, persCont, log);
20
}
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:54
BCM_RDO_ContainerCnv_p0.h
BCM_RDO_ContainerCnv_p0::persToTrans
virtual void persToTrans(const BCM_RDO_Container_p0 *persCont, BCM_RDO_Container *transCont, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
Definition
BCM_RDO_ContainerCnv_p0.cxx:8
BCM_RDO_ContainerCnv_p0::transToPers
virtual void transToPers(const BCM_RDO_Container *transCont, BCM_RDO_Container_p0 *persCont, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
Definition
BCM_RDO_ContainerCnv_p0.cxx:15
BCM_RDO_Container_p0
Definition
BCM_RDO_Container_p0.h:14
BCM_RDO_Container
Definition
BCM_RDO_Container.h:27
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,...
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,...
Generated on
for ATLAS Offline Software by
1.17.0