ATLAS Offline Software
Loading...
Searching...
No Matches
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
26public:
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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void transToPers(const xAOD::EventAuxInfo *, xAOD::EventAuxInfo_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.
xAODEventAuxInfoCnv_v2()=default
Default constructor.
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.
Auxiliary information about the event.
EventAuxInfo_v3 EventAuxInfo
Definition of the latest event auxiliary info version.