|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V2_H
6 #define XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V2_H
24 xAOD::EventAuxInfo_v2 > {
37 MsgStream&
log )
const override;
41 MsgStream&
log )
const override;
45 #endif // XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V2_H
virtual void transToPers(const xAOD::EventAuxInfo *, xAOD::EventAuxInfo_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.
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.
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
Auxiliary information about the event.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Converter for reading xAOD::EventAuxInfo_v2.
Auxiliary information about the event.
xAODEventAuxInfoCnv_v2()=default
Default constructor.