|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODMUONATHENAPOOL_XAODMUONAUXCONTAINERCNV_V2_H
9 #define XAODMUONATHENAPOOL_XAODMUONAUXCONTAINERCNV_V2_H
31 xAOD::MuonAuxContainer_v2 > {
43 MsgStream&
log )
const override;
47 MsgStream&
log )
const override;
51 #endif // XAODMUONATHENAPOOL_xAODMuonAuxContainerCnv_v2_H
Temporary container used until we have I/O for AuxStoreInternal.
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
Converter class used for reading xAOD::MuonAuxContainer_v2.
virtual void persToTrans(const xAOD::MuonAuxContainer_v2 *oldObj, xAOD::MuonAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
xAODMuonAuxContainerCnv_v2()
Default constructor.
Temporary container used until we have I/O for AuxStoreInternal.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void transToPers(const xAOD::MuonAuxContainer *, xAOD::MuonAuxContainer_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.