ATLAS Offline Software
xAODCaloClusterAuxContainerCnv_v1.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: xAODCaloClusterAuxContainerCnv_v1.h 628099 2014-11-13 09:30:05Z krasznaa $
8 #ifndef XAODCALOEVENTATHENAPOOL_XAODCALOCLUSTERAUXCONTAINERCNV_V1_H
9 #define XAODCALOEVENTATHENAPOOL_XAODCALOCLUSTERAUXCONTAINERCNV_V1_H
10 
11 // Gaudi/Athena include(s):
13 
14 // EDM include(s):
17 
30  public T_AthenaPoolTPCnvConstBase< xAOD::CaloClusterAuxContainer,
31  xAOD::CaloClusterAuxContainer_v1 > {
32 
33 public:
36 
39 
41  virtual void persToTrans( const xAOD::CaloClusterAuxContainer_v1* oldObj,
43  MsgStream& log ) const override;
45  virtual void transToPers( const xAOD::CaloClusterAuxContainer*,
47  MsgStream& log ) const override;
48 
49 }; // class xAODCaloClusterAuxContainerCnv_v1
50 
51 #endif // XAODCALOEVENTATHENAPOOL_XAODCALOCLUSTERAUXCONTAINERCNV_V1_H
xAODCaloClusterAuxContainerCnv_v1
Converter class used for reading xAOD::CaloClusterAuxContainer_v1.
Definition: xAODCaloClusterAuxContainerCnv_v1.h:31
xAODCaloClusterAuxContainerCnv_v1::transToPers
virtual void transToPers(const xAOD::CaloClusterAuxContainer *, xAOD::CaloClusterAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition: xAODCaloClusterAuxContainerCnv_v1.cxx:44
xAODCaloClusterAuxContainerCnv_v1::xAODCaloClusterAuxContainerCnv_v1
xAODCaloClusterAuxContainerCnv_v1()
Default constructor.
Definition: xAODCaloClusterAuxContainerCnv_v1.cxx:21
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
CaloClusterAuxContainer.h
CaloClusterAuxContainer_v1.h
xAOD::CaloClusterAuxContainer_v1
Auxiliary container for calorimeter cluster containers.
Definition: CaloClusterAuxContainer_v1.h:30
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
xAOD::CaloClusterAuxContainer_v2
Auxiliary container for calorimeter cluster containers.
Definition: CaloClusterAuxContainer_v2.h:30
xAODCaloClusterAuxContainerCnv_v1::persToTrans
virtual void persToTrans(const xAOD::CaloClusterAuxContainer_v1 *oldObj, xAOD::CaloClusterAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition: xAODCaloClusterAuxContainerCnv_v1.cxx:26
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776