ATLAS Offline Software
AFP_TDLocRecoEventCnv_p1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
9 
11 const {
12  log << MSG::DEBUG << "AFP_TDLocRecoEventCnv_p1::persToTrans called " << endmsg;
13 
14  *transObj = AFP_TDLocRecoEvent (persObj->m_iAlgoNum,
15  persObj->m_nStationID,
16  persObj->m_nDetectorID,
17  persObj->m_nTrainID,
18  persObj->m_fTrainTime,
19  persObj->m_nTrainSize,
20  persObj->m_nSaturation);
21 
22 
23 }
24 
25 
27 const {
28  log << MSG::DEBUG << "AFP_TDLocRecoEventCnv_p1::transToPers called " << endmsg;
29 
30  persObj->m_iAlgoNum = transObj->getAlgoNum();
31  persObj->m_nStationID = transObj->getStationID();
32  persObj->m_nDetectorID = transObj->getDetectorID();
33  persObj->m_nTrainID = transObj->getTrainID();
34  persObj->m_fTrainTime = transObj->getTrainTime();
35  persObj->m_nTrainSize = transObj->getTrainSize();
36  persObj->m_nSaturation = transObj->getSaturation();
37 
38 
39 
40 
41 }
AFP_TDLocRecoEvent_p1.h
AFP_TDLocRecoEvent::getTrainID
int getTrainID() const
Definition: AFP_TDLocRecoEvent.h:24
AFP_TDLocRecoEventCnv_p1::transToPers
virtual void transToPers(const AFP_TDLocRecoEvent *transObj, AFP_TDLocRecoEvent_p1 *persObj, MsgStream &log) const override
Definition: AFP_TDLocRecoEventCnv_p1.cxx:26
AFP_TDLocRecoEventCnv_p1::persToTrans
virtual void persToTrans(const AFP_TDLocRecoEvent_p1 *persObj, AFP_TDLocRecoEvent *transObj, MsgStream &log) const override
Definition: AFP_TDLocRecoEventCnv_p1.cxx:10
AFP_TDLocRecoEvent::getTrainTime
float getTrainTime() const
Definition: AFP_TDLocRecoEvent.h:26
AFP_TDLocRecoEvent_p1::m_fTrainTime
float m_fTrainTime
Definition: AFP_TDLocRecoEvent_p1.h:26
AFP_TDLocRecoEvent_p1::m_nDetectorID
int m_nDetectorID
Definition: AFP_TDLocRecoEvent_p1.h:23
AFP_TDLocRecoEventCnv_p1.h
AFP_TDLocRecoEvent
Definition: AFP_TDLocRecoEvent.h:10
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
AFP_TDLocRecoEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition: AFP_TDLocRecoEvent_p1.h:20
AFP_TDLocRecoEvent::getStationID
int getStationID() const
Definition: AFP_TDLocRecoEvent.h:22
AFP_TDLocRecoEvent_p1
Definition: AFP_TDLocRecoEvent_p1.h:11
AFP_TDLocRecoEvent::getDetectorID
int getDetectorID() const
Definition: AFP_TDLocRecoEvent.h:23
AFP_TDLocRecoEvent::getTrainSize
int getTrainSize() const
Definition: AFP_TDLocRecoEvent.h:27
AFP_TDLocRecoEvent.h
AFP_TDLocRecoEvent::getAlgoNum
int getAlgoNum() const
Definition: AFP_TDLocRecoEvent.h:20
AFP_TDLocRecoEvent_p1::m_nTrainID
int m_nTrainID
Definition: AFP_TDLocRecoEvent_p1.h:24
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
AFP_TDLocRecoEvent::getSaturation
int getSaturation() const
Definition: AFP_TDLocRecoEvent.h:28
AFP_TDLocRecoEvent_p1::m_nTrainSize
int m_nTrainSize
Definition: AFP_TDLocRecoEvent_p1.h:27
AFP_TDLocRecoEvent_p1::m_nSaturation
int m_nSaturation
Definition: AFP_TDLocRecoEvent_p1.h:28
AFP_TDLocRecoEvent_p1::m_nStationID
int m_nStationID
Definition: AFP_TDLocRecoEvent_p1.h:22
AFP_TDLocRecoEvent
Athena::TPCnvVers::Current Athena::TPCnvVers::Current Athena::TPCnvVers::Current Athena::TPCnvVers::Current AFP_TDLocRecoEvent
Definition: AFP_EventTPCnv.cxx:69