ATLAS Offline Software
xAODBTaggingAuxContainerCnv_v1.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id: $
8 #ifndef XAODMUONATHENAPOOL_XAODBTAGGINGAUXCONTAINERCNV_V1_H
9 #define XAODMUONATHENAPOOL_XAODBTAGGINGAUXCONTAINERCNV_V1_H
10 
11 // Gaudi/Athena include(s):
13 
14 // EDM include(s):
17 
28  public T_AthenaPoolTPCnvConstBase< xAOD::BTaggingAuxContainer,
29  xAOD::BTaggingAuxContainer_v1 > {
30 
31 public:
34 
37 
39  virtual void persToTrans( const xAOD::BTaggingAuxContainer_v1* oldObj,
41  MsgStream& log ) const override;
43  virtual void transToPers( const xAOD::BTaggingAuxContainer*,
45  MsgStream& log ) const override;
46 
47 }; // class xAODBTaggingAuxContainerCnv_v1
48 
49 #endif // XAODMUONATHENAPOOL_XAODBTAGGINGAUXCONTAINERCNV_V1_H
xAOD::BTaggingAuxContainer_v2
Definition: BTaggingAuxContainer_v2.h:18
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
BTaggingAuxContainer_v1.h
xAODBTaggingAuxContainerCnv_v1::transToPers
virtual void transToPers(const xAOD::BTaggingAuxContainer *, xAOD::BTaggingAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition: xAODBTaggingAuxContainerCnv_v1.cxx:57
BTaggingAuxContainer.h
T_AthenaPoolTPConverter.h
xAODBTaggingAuxContainerCnv_v1
Converter class used for reading xAOD::BTaggingAuxContainer_v1.
Definition: xAODBTaggingAuxContainerCnv_v1.h:29
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
xAODBTaggingAuxContainerCnv_v1::persToTrans
virtual void persToTrans(const xAOD::BTaggingAuxContainer_v1 *oldObj, xAOD::BTaggingAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition: xAODBTaggingAuxContainerCnv_v1.cxx:32
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
xAODBTaggingAuxContainerCnv_v1::xAODBTaggingAuxContainerCnv_v1
xAODBTaggingAuxContainerCnv_v1()
Default constructor.
Definition: xAODBTaggingAuxContainerCnv_v1.cxx:27
xAOD::BTaggingAuxContainer_v1
Temporary container used until we have I/O for AuxStoreInternal.
Definition: BTaggingAuxContainer_v1.h:33
TPConverterConstBase
Definition: TPConverter.h:776