ATLAS Offline Software
xAODEventAuxInfoCnv_v2.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 //
3 // Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
4 //
5 #ifndef XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V2_H
6 #define XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V2_H
7 
8 // Gaudi/Athena include(s).
10 
11 // EDM include(s).
14 
23  public T_AthenaPoolTPCnvConstBase< xAOD::EventAuxInfo,
24  xAOD::EventAuxInfo_v2 > {
25 
26 public:
30 
33 
35  virtual void persToTrans( const xAOD::EventAuxInfo_v2* oldObj,
36  xAOD::EventAuxInfo* newObj,
37  MsgStream& log ) const override;
39  virtual void transToPers( const xAOD::EventAuxInfo*,
41  MsgStream& log ) const override;
42 
43 }; // class xAODEventAuxInfoCnv_v2
44 
45 #endif // XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V2_H
EventAuxInfo_v2.h
xAODEventAuxInfoCnv_v2::transToPers
virtual void transToPers(const xAOD::EventAuxInfo *, xAOD::EventAuxInfo_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition: xAODEventAuxInfoCnv_v2.cxx:30
xAODEventAuxInfoCnv_v2::persToTrans
virtual void persToTrans(const xAOD::EventAuxInfo_v2 *oldObj, xAOD::EventAuxInfo *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition: xAODEventAuxInfoCnv_v2.cxx:13
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
xAOD::EventAuxInfo_v3
Auxiliary information about the event.
Definition: EventAuxInfo_v3.h:28
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
EventAuxInfo.h
xAODEventAuxInfoCnv_v2
Converter for reading xAOD::EventAuxInfo_v2.
Definition: xAODEventAuxInfoCnv_v2.h:24
xAOD::EventAuxInfo_v2
Auxiliary information about the event.
Definition: EventAuxInfo_v2.h:28
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776
xAODEventAuxInfoCnv_v2::xAODEventAuxInfoCnv_v2
xAODEventAuxInfoCnv_v2()=default
Default constructor.