ATLAS Offline Software
ALFA_LocRecCorrODEventCnv_p1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 
10 {
11  log << MSG::DEBUG << "ALFA_LocRecCorrODEventCnv_p1::persToTrans called " << endmsg;
12 
13  *transObj = ALFA_LocRecCorrODEvent(persObj->m_iAlgoNum,
14  persObj->m_pot_num,
15  persObj->m_side,
16  persObj->m_yLHC,
17  persObj->m_zLHC,
18  persObj->m_yPot,
19  persObj->m_yStat,
20  persObj->m_yBeam);
21 }
22 
23 
25 {
26  log << MSG::DEBUG << "ALFA_LocRecCorrODEventCnv_p1::transToPers called " << endmsg;
27 
28  persObj->m_iAlgoNum = transObj->getAlgoNum();
29  persObj->m_pot_num = transObj->getPotNum();
30  persObj->m_side = transObj->getSide();
31  persObj->m_yLHC = transObj->getYpositionLHC();
32  persObj->m_zLHC = transObj->getZpositionLHC();
33  persObj->m_yPot = transObj->getYpositionPot();
34  persObj->m_yStat = transObj->getYpositionStat();
35  persObj->m_yBeam = transObj->getYpositionBeam();
36  }
ALFA_LocRecCorrODEvent.h
ALFA_LocRecCorrODEvent_p1::m_side
int m_side
Definition: ALFA_LocRecCorrODEvent_p1.h:28
ALFA_LocRecCorrODEvent
Definition: ALFA_LocRecCorrODEvent.h:8
ALFA_LocRecCorrODEventCnv_p1::transToPers
virtual void transToPers(const ALFA_LocRecCorrODEvent *transObj, ALFA_LocRecCorrODEvent_p1 *persObj, MsgStream &log) const override
Definition: ALFA_LocRecCorrODEventCnv_p1.cxx:24
ALFA_LocRecCorrODEvent::getAlgoNum
int getAlgoNum() const
Definition: ALFA_LocRecCorrODEvent.h:17
ALFA_LocRecCorrODEvent::getYpositionStat
float getYpositionStat() const
Definition: ALFA_LocRecCorrODEvent.h:23
ALFA_LocRecCorrODEvent_p1::m_yBeam
float m_yBeam
Definition: ALFA_LocRecCorrODEvent_p1.h:32
ALFA_LocRecCorrODEvent_p1
Definition: ALFA_LocRecCorrODEvent_p1.h:10
ALFA_LocRecCorrODEvent::getYpositionBeam
float getYpositionBeam() const
Definition: ALFA_LocRecCorrODEvent.h:24
ALFA_LocRecCorrODEvent_p1::m_yLHC
float m_yLHC
Definition: ALFA_LocRecCorrODEvent_p1.h:31
ALFA_LocRecCorrODEvent_p1.h
ALFA_LocRecCorrODEvent_p1::m_yStat
float m_yStat
Definition: ALFA_LocRecCorrODEvent_p1.h:30
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
ALFA_LocRecCorrODEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition: ALFA_LocRecCorrODEvent_p1.h:26
ALFA_LocRecCorrODEventCnv_p1.h
ALFA_LocRecCorrODEvent::getYpositionLHC
float getYpositionLHC() const
Definition: ALFA_LocRecCorrODEvent.h:20
ALFA_LocRecCorrODEvent_p1::m_zLHC
float m_zLHC
Definition: ALFA_LocRecCorrODEvent_p1.h:31
ALFA_LocRecCorrODEvent::getPotNum
int getPotNum() const
Definition: ALFA_LocRecCorrODEvent.h:18
ALFA_LocRecCorrODEvent::getYpositionPot
float getYpositionPot() const
Definition: ALFA_LocRecCorrODEvent.h:22
ALFA_LocRecCorrODEvent_p1::m_yPot
float m_yPot
Definition: ALFA_LocRecCorrODEvent_p1.h:29
ALFA_LocRecCorrODEvent::getSide
int getSide() const
Definition: ALFA_LocRecCorrODEvent.h:19
DEBUG
#define DEBUG
Definition: page_access.h:11
ALFA_LocRecCorrODEvent::getZpositionLHC
float getZpositionLHC() const
Definition: ALFA_LocRecCorrODEvent.h:21
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
ALFA_LocRecCorrODEventCnv_p1::persToTrans
virtual void persToTrans(const ALFA_LocRecCorrODEvent_p1 *persObj, ALFA_LocRecCorrODEvent *transObj, MsgStream &log) const override
Definition: ALFA_LocRecCorrODEventCnv_p1.cxx:9
ALFA_LocRecCorrODEvent_p1::m_pot_num
int m_pot_num
Definition: ALFA_LocRecCorrODEvent_p1.h:27