ATLAS Offline Software
Loading...
Searching...
No Matches
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
33public:
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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
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.
virtual void transToPers(const xAOD::CaloClusterAuxContainer *, xAOD::CaloClusterAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Auxiliary container for calorimeter cluster containers.
CaloClusterAuxContainer_v2 CaloClusterAuxContainer
Define the latest version of the calorimeter cluster auxiliary container.