ATLAS Offline Software
MuonSpShowerContainerCnv_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // MuonSpShowerContainerCnv_p1.h
8 // Header file for class MuonSpShowerContainerCnv_p1
9 // Author: Edward.Moyse@cern.ch
11 #ifndef RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
12 #define RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
13 
14 // STL includes
15 
16 // Gaudi includes
17 
18 // muonEvent includes
20 
21 // AthenaPoolCnvSvc includes
23 
24 // RecTPCnv includes
27 
30  Rec::MuonSpShowerContainer,
31  MuonSpShowerContainer_p1 >
32 {
33 public:
36 
37 
41  virtual void persToTrans( const MuonSpShowerContainer_p1* pers,
43  MsgStream& msg ) const override;
44 
48  virtual void transToPers( const Rec::MuonSpShowerContainer* trans,
50  MsgStream& msg ) const override;
51 private:
53 };
54 
55 
56 #endif //> RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
MuonSpShowerContainer_p1
Persisent representation of the transient Rec::MuonSpShowerContainer class.
Definition: MuonSpShowerContainer_p1.h:14
MuonSpShowerContainerCnv_p1::transToPers
virtual void transToPers(const Rec::MuonSpShowerContainer *trans, MuonSpShowerContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation MuonSpShowerContainer_p1 from its transient representat...
Definition: MuonSpShowerContainerCnv_p1.cxx:25
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
Rec::MuonSpShowerContainer
Definition: MuonSpShowerContainer.h:23
MuonSpShowerCnv_p1.h
MuonSpShowerContainer_p1.h
T_AthenaPoolTPConverter.h
MuonSpShowerContainer.h
MuonSpShowerCnv_p1
Definition: MuonSpShowerCnv_p1.h:32
MuonSpShowerContainerCnv_p1::persToTrans
virtual void persToTrans(const MuonSpShowerContainer_p1 *pers, Rec::MuonSpShowerContainer *trans, MsgStream &msg) const override
Method creating the transient representation of MuonSpShowerContainer from its persistent representat...
Definition: MuonSpShowerContainerCnv_p1.cxx:10
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
MuonSpShowerContainerCnv_p1::m_cnv
MuonSpShowerCnv_p1 m_cnv
Definition: MuonSpShowerContainerCnv_p1.h:52
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7
MuonSpShowerContainerCnv_p1
Definition: MuonSpShowerContainerCnv_p1.h:32