|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODTAUATHENAPOOL_XAODTAUJETAUXCONTAINERCNV_V2_H
9 #define XAODTAUATHENAPOOL_XAODTAUJETAUXCONTAINERCNV_V2_H
32 xAOD::TauJetAuxContainer_v2 > {
45 const std::string&
key,
46 MsgStream&
log )
const override;
50 const std::string&
key,
51 MsgStream&
log )
const override;
55 #endif // XAODTAUATHENAPOOL_XAODTAUJETAUXCONTAINERCNV_V2_H
Temporary container used until we have I/O for AuxStoreInternal.
xAODTauJetAuxContainerCnv_v2()
Default constructor.
virtual void transToPersWithKey(const xAOD::TauJetAuxContainer *, xAOD::TauJetAuxContainer_v2 *, const std::string &key, MsgStream &log) const override
Dummy function inherited from the base class.
Temporary container used until we have I/O for AuxStoreInternal.
virtual void persToTransWithKey(const PERS *persObj, TRANS *transObj, const std::string &, MsgStream &log)
Convert persistent representation to transient one.
virtual void transToPersWithKey(const TRANS *transObj, PERS *persObj, const std::string &, MsgStream &log)
Convert transient representation to persistent one.
Converter class used for reading xAOD::TauJetAuxContainer_v2.
virtual void persToTransWithKey(const xAOD::TauJetAuxContainer_v2 *oldObj, xAOD::TauJetAuxContainer *newObj, const std::string &key, MsgStream &log) const override
Function converting from the old type to the current one.