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
14#include "GaudiKernel/MsgStream.h"
15
17
19 : public T_AthenaPoolTPCnvConstBase<CaloShowerContainer, CaloShowerContainer_p2>
20{
21public:
24
25
26 virtual
27 void persToTrans (const CaloShowerContainer_p2* pers,
29 MsgStream &) const override;
30
31
32 virtual
33 void transToPers (const CaloShowerContainer* trans,
35 MsgStream &) const override;
36
37
38private:
41};
42
43
44#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.