ATLAS Offline Software
Loading...
Searching...
No Matches
INav4MomAssocsCnv_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// INav4MomAssocsCnv_p1.h
8// Header file for class INav4MomAssocsCnv_p1
9// Author: S.Binet<binet@cern.ch>
11#ifndef EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P1_H
12#define EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P1_H
13
14// STL includes
15
16
17// Gaudi includes
18
19// AthenaPoolCnvSvc includes
21
22// NavFourMom includes
24
25// EventCommonTPCnv includes
27
28// Forward declaration
29class MsgStream;
30class StoreGateSvc;
31
33 INav4MomAssocs,
34 INav4MomAssocs_p1
35 >
36{
37 public:
40
44
48
51 virtual ~INav4MomAssocsCnv_p1();
52
53
57 virtual void persToTrans( const INav4MomAssocs_p1* persObj,
58 INav4MomAssocs* transObj,
59 MsgStream &log ) const override;
60
64 virtual void transToPers( const INav4MomAssocs* transObj,
65 INav4MomAssocs_p1* persObj,
66 MsgStream &log ) const override;
67
68
69protected:
70
77};
78
79
83
85 m_storeGate ( storeGate )
86{}
87
90
91#endif //> EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const INav4MomAssocs *transObj, INav4MomAssocs_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation INav4MomAssocs_p1 from its transient representation INa...
StoreGateSvc * m_storeGate
Pointer to the StoreGateSvc: we need this as we'll have to fetch the INav4MomAssocs which is the pare...
virtual void persToTrans(const INav4MomAssocs_p1 *persObj, INav4MomAssocs *transObj, MsgStream &log) const override
Method creating the transient representation of INav4MomAssocs from its persistent representation INa...
INav4MomAssocsCnv_p1()
Default constructor:
virtual ~INav4MomAssocsCnv_p1()
Destructor:
The Athena Transient Store API.
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.