ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetEventCnv
InDetBCM_EventAthenaPool
src
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
5
#include "
InDetBCM_RawData/BCM_RDO_Collection.h
"
6
#include "GaudiKernel/MsgStream.h"
7
#include "
BCM_RDO_CollectionCnv_p0.h
"
8
9
void
BCM_RDO_CollectionCnv_p0::persToTrans
(
const
BCM_RDO_Collection_p0
* persColl,
BCM_RDO_Collection
* transColl, MsgStream &log) {
10
11
if
(log.level()<=MSG::DEBUG) log << MSG::DEBUG <<
"In BCM_RDO_CollectionCnv_p0::persToTrans"
<<
endmsg
;
12
13
BCM_RDO_CollectionCnv_p0_basetype::persToTrans
(persColl, transColl, log);
14
transColl->
setChannel
(persColl->
m_chanId
);
15
}
16
17
void
BCM_RDO_CollectionCnv_p0::transToPers
(
const
BCM_RDO_Collection
* transColl,
BCM_RDO_Collection_p0
* persColl, MsgStream &log) {
18
19
if
(log.level()<=MSG::DEBUG) log << MSG::DEBUG <<
"In BCM_RDO_CollectionCnv_p0::transToPers"
<<
endmsg
;
20
21
BCM_RDO_CollectionCnv_p0_basetype::transToPers
(transColl, persColl, log);
22
persColl->
m_chanId
= transColl->
getChannel
();
23
}
24
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:54
BCM_RDO_CollectionCnv_p0.h
BCM_RDO_Collection.h
BCM_RDO_CollectionCnv_p0::transToPers
virtual void transToPers(const BCM_RDO_Collection *transColl, BCM_RDO_Collection_p0 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
Definition
BCM_RDO_CollectionCnv_p0.cxx:17
BCM_RDO_CollectionCnv_p0::persToTrans
virtual void persToTrans(const BCM_RDO_Collection_p0 *persColl, BCM_RDO_Collection *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
Definition
BCM_RDO_CollectionCnv_p0.cxx:9
BCM_RDO_Collection_p0
Definition
BCM_RDO_Collection_p0.h:14
BCM_RDO_Collection_p0::m_chanId
unsigned int m_chanId
Definition
BCM_RDO_Collection_p0.h:19
BCM_RDO_Collection
Definition
BCM_RDO_Collection.h:27
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::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