ATLAS Offline Software
Loading...
Searching...
No Matches
CaloShowerContainerCnv_p2.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#ifndef CALOTPCNV_CALOSHOWERCONTAINERCNV_P2_H
8#define CALOTPCNV_CALOSHOWERCONTAINERCNV_P2_H
9
15#include "GaudiKernel/MsgStream.h"
16
18
20 : public T_AthenaPoolTPCnvConstBase<CaloShowerContainer, CaloShowerContainer_p2>
21{
22public:
25
26
27 virtual
28 void persToTrans (const CaloShowerContainer_p2* pers,
30 MsgStream &) const override;
31
32
33 virtual
34 void transToPers (const CaloShowerContainer* trans,
36 MsgStream &) const override;
37
38
39private:
42};
43
44
45#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const CaloShowerContainer *trans, CaloShowerContainer_p2 *pers, MsgStream &) const override
CaloSamplingDataContainerCnv_p1 m_samplingContainerCnv
CaloClusterMomentContainerCnv_p1 m_momentContainerCnv
virtual void persToTrans(const CaloShowerContainer_p2 *pers, CaloShowerContainer *trans, MsgStream &) const override
Container class for CaloShower.
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.