ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTauJetAuxContainerCnv_v2.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: xAODTauJetAuxContainerCnv_v2.h 632169 2014-11-29 15:13:34Z krasznaa $
8#ifndef XAODTAUATHENAPOOL_XAODTAUJETAUXCONTAINERCNV_V2_H
9#define XAODTAUATHENAPOOL_XAODTAUJETAUXCONTAINERCNV_V2_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
17
31 public T_AthenaPoolTPCnvWithKeyBase< xAOD::TauJetAuxContainer,
32 xAOD::TauJetAuxContainer_v2 > {
33
34public:
37
38
41
43 virtual void persToTransWithKey( const xAOD::TauJetAuxContainer_v2* oldObj,
45 const std::string& key,
46 MsgStream& log ) const override;
50 const std::string& key,
51 MsgStream& log ) const override;
52}; // class xAODTauJetAuxContainer_v2
53
54
55#endif // XAODTAUATHENAPOOL_XAODTAUJETAUXCONTAINERCNV_V2_H
TPConverterWithKeyBase< TRANS, PERS > T_AthenaPoolTPCnvWithKeyBase
virtual void transToPersWithKey(const TRANS *transObj, PERS *persObj, const std::string &key, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTransWithKey(const PERS *persObj, TRANS *transObj, const std::string &key, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void transToPersWithKey(const xAOD::TauJetAuxContainer *, xAOD::TauJetAuxContainer_v2 *, const std::string &key, MsgStream &log) const override
Dummy function inherited from the base class.
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.
Temporary container used until we have I/O for AuxStoreInternal.
TauJetAuxContainer_v3 TauJetAuxContainer
Definition of the current taujet auxiliary container.