ATLAS Offline Software
ALFA_RawDataContainerCnv_charge_p1.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 
10 
11  if (log.level()<=MSG::DEBUG) log << MSG::DEBUG << "In ALFA_RawDataContainerCnv_charge_p1::transToPers" << endmsg;
12 
13  // Invoke vector converter from the base template
15 
16  }
17 
19 
20 
21 if (log.level()<=MSG::DEBUG) log << MSG::DEBUG << "In ALFA_RawDataContainerCnv_charge_p1::persToTrans" << endmsg;
22 
23 
24 // Invoke vector converter from the base template
26 
27 }
28 
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,...
ALFA_RawDataContainer_charge_p1
Definition: ALFA_RawDataContainer_charge_p1.h:11
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
ALFA_RawDataContainerCnv_charge_p1.h
ALFA_RawDataContainer_charge
This container provides acces to the PMF RDOs.
Definition: ALFA_RawDataContainer_charge.h:21
ALFA_RawDataContainerCnv_charge_p1::transToPers
virtual void transToPers(const ALFA_RawDataContainer_charge *transCont, ALFA_RawDataContainer_charge_p1 *persCont, MsgStream &log)
Definition: ALFA_RawDataContainerCnv_charge_p1.cxx:9
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
ALFA_RawDataContainerCnv_charge_p1::persToTrans
virtual void persToTrans(const ALFA_RawDataContainer_charge_p1 *persCont, ALFA_RawDataContainer_charge *transCont, MsgStream &log)
Definition: ALFA_RawDataContainerCnv_charge_p1.cxx:18