ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
EventCommonTPCnv
EventCommonTPCnv
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
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
// NavFourMom includes
23
#include "
NavFourMom/INav4MomAssocs.h
"
24
25
// EventCommonTPCnv includes
26
#include "
EventCommonTPCnv/INav4MomAssocs_p1.h
"
27
28
// Forward declaration
29
class
MsgStream;
30
class
StoreGateSvc
;
31
32
class
INav4MomAssocsCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<
33
INav4MomAssocs,
34
INav4MomAssocs_p1
35
>
36
{
37
public
:
38
using
base_class::transToPers
;
39
using
base_class::persToTrans
;
40
43
INav4MomAssocsCnv_p1
();
44
47
INav4MomAssocsCnv_p1
(
StoreGateSvc
* storeGate );
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
69
protected
:
70
76
StoreGateSvc
*
m_storeGate
;
77
};
78
79
80
inline
INav4MomAssocsCnv_p1::INav4MomAssocsCnv_p1
() :
81
m_storeGate
( 0 )
82
{}
83
84
inline
INav4MomAssocsCnv_p1::INav4MomAssocsCnv_p1
(
StoreGateSvc
* storeGate ) :
85
m_storeGate
( storeGate )
86
{}
87
88
inline
INav4MomAssocsCnv_p1::~INav4MomAssocsCnv_p1
()
89
{}
90
91
#endif
//> EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P1_H
INav4MomAssocs.h
INav4MomAssocs_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
INav4MomAssocsCnv_p1::transToPers
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...
Definition
INav4MomAssocsCnv_p1.cxx:123
INav4MomAssocsCnv_p1::m_storeGate
StoreGateSvc * m_storeGate
Pointer to the StoreGateSvc: we need this as we'll have to fetch the INav4MomAssocs which is the pare...
Definition
INav4MomAssocsCnv_p1.h:76
INav4MomAssocsCnv_p1::persToTrans
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...
Definition
INav4MomAssocsCnv_p1.cxx:27
INav4MomAssocsCnv_p1::INav4MomAssocsCnv_p1
INav4MomAssocsCnv_p1()
Default constructor:
Definition
INav4MomAssocsCnv_p1.h:80
INav4MomAssocsCnv_p1::~INav4MomAssocsCnv_p1
virtual ~INav4MomAssocsCnv_p1()
Destructor:
Definition
INav4MomAssocsCnv_p1.h:88
INav4MomAssocs_p1
Definition
INav4MomAssocs_p1.h:24
INav4MomAssocs
Definition
INav4MomAssocs.h:33
StoreGateSvc
The Athena Transient Store API.
Definition
StoreGateSvc.h:120
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Generated on
for ATLAS Offline Software by
1.17.0