ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSpShowerContainerCnv_p1.h
Go to the documentation of this file.
1
2
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{
33public:
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;
51private:
53};
54
55
56#endif //> RECTPCNV_MUONSPSHOWERCONTAINERCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
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...
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...
Persisent representation of the transient Rec::MuonSpShowerContainer class.
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.
MsgStream & msg
Definition testRead.cxx:32