ATLAS Offline Software
xAODEnergySumRoICnv_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
8 #ifndef XAODTRIGGERATHENAPOOL_XAODENERGYSUMROICNV_V1_H
9 #define XAODTRIGGERATHENAPOOL_XAODENERGYSUMROICNV_V1_H
10 
11 // Gaudi/Athena include(s):
13 
14 // EDM include(s):
17 
21  public T_AthenaPoolTPCnvConstBase< xAOD::EnergySumRoI,
22  xAOD::EnergySumRoI_v1 > {
23 
24 public:
27 
30 
32  virtual void persToTrans( const xAOD::EnergySumRoI_v1* oldObj,
33  xAOD::EnergySumRoI* newObj,
34  MsgStream& log ) const override;
36  virtual void transToPers( const xAOD::EnergySumRoI*,
38  MsgStream& log ) const override;
39 
40 }; // class xAODEnergySumRoI_v1
41 
42 #endif // XAODTRIGGERATHENAPOOL_XAODENERGYSUMROICNV_V1_H
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
xAOD::EnergySumRoI_v1
Class describing a LVL1 energy-sum "RoI".
Definition: EnergySumRoI_v1.h:35
EnergySumRoI_v1.h
xAODEnergySumRoICnv_v1::xAODEnergySumRoICnv_v1
xAODEnergySumRoICnv_v1()
Default constructor.
Definition: xAODEnergySumRoICnv_v1.cxx:26
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
xAODEnergySumRoICnv_v1::persToTrans
virtual void persToTrans(const xAOD::EnergySumRoI_v1 *oldObj, xAOD::EnergySumRoI *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition: xAODEnergySumRoICnv_v1.cxx:31
xAODEnergySumRoICnv_v1::transToPers
virtual void transToPers(const xAOD::EnergySumRoI *, xAOD::EnergySumRoI_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition: xAODEnergySumRoICnv_v1.cxx:46
TPConverterConstBase
Definition: TPConverter.h:776
xAOD::EnergySumRoI_v2
Class describing a LVL1 energy-sum "RoI".
Definition: EnergySumRoI_v2.h:35
EnergySumRoI.h
xAODEnergySumRoICnv_v1
Converter class used for reading xAOD::EnergySumRoI_v1.
Definition: xAODEnergySumRoICnv_v1.h:22