ATLAS Offline Software
xAODPhotonAuxContainerCnv_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: xAODPhotonAuxContainerCnv_v1.h 619884 2014-10-03 15:00:40Z christos $
8 #ifndef XAODEGAMMAATHENAPOOL_XAODPHOTONAUXCONTAINERCNV_V1_H
9 #define XAODEGAMMAATHENAPOOL_XAODPHOTONAUXCONTAINERCNV_V1_H
10 
11 // Gaudi/Athena include(s):
13 
14 // EDM include(s):
17 
30  public T_AthenaPoolTPCnvConstBase< xAOD::PhotonAuxContainer,
31  xAOD::PhotonAuxContainer_v1 > {
32 
33 public:
36 
37 
40 
42  virtual void persToTrans( const xAOD::PhotonAuxContainer_v1* oldObj,
44  MsgStream& log ) const override;
46  virtual void transToPers( const xAOD::PhotonAuxContainer*,
48  MsgStream& log ) const override;
49 
50 }; // class xAODPhotonAuxContainerCnv_v1
51 
52 #endif // XAODEGAMMAATHENAPOOL_XAODPHOTONAUXCONTAINERCNV_V1_H
xAODPhotonAuxContainerCnv_v1::transToPers
virtual void transToPers(const xAOD::PhotonAuxContainer *, xAOD::PhotonAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition: xAODPhotonAuxContainerCnv_v1.cxx:98
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
PhotonAuxContainer_v1.h
xAODPhotonAuxContainerCnv_v1::persToTrans
virtual void persToTrans(const xAOD::PhotonAuxContainer_v1 *oldObj, xAOD::PhotonAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition: xAODPhotonAuxContainerCnv_v1.cxx:26
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
xAOD::PhotonAuxContainer_v1
Auxiliary store for offline photons.
Definition: PhotonAuxContainer_v1.h:37
PhotonAuxContainer.h
xAOD::PhotonAuxContainer_v3
Auxiliary store for offline photons.
Definition: PhotonAuxContainer_v3.h:36
xAODPhotonAuxContainerCnv_v1::xAODPhotonAuxContainerCnv_v1
xAODPhotonAuxContainerCnv_v1()
Default constructor.
Definition: xAODPhotonAuxContainerCnv_v1.cxx:21
xAODPhotonAuxContainerCnv_v1
Converter class used for reading xAOD::PhotonAuxContainer_v1.
Definition: xAODPhotonAuxContainerCnv_v1.h:31
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776