ATLAS Offline Software
Loading...
Searching...
No Matches
INav4MomAssocsCnv_p2.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_p2.h
8// Header file for class INav4MomAssocsCnv_p2
9// Author: S.Binet<binet@cern.ch>
11#ifndef EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P2_H
12#define EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P2_H
13
14// STL includes
15
16
17// Gaudi includes
18
19// DataModel includes
20#include "AthLinks/ElementLink.h"
21
22// DataModelAthenaPool includes
25
26// AthenaPoolCnvSvc includes
29
30// NavFourMom includes
33
34// EventCommonTPCnv includes
36
37// Forward declaration
38class MsgStream;
39
41 INav4MomAssocs,
42 INav4MomAssocs_p2
43 >
44{
45 public:
48
53
54 public:
55
59
62 virtual ~INav4MomAssocsCnv_p2();
63
64
68 virtual void persToTrans( const INav4MomAssocs_p2* pers,
69 INav4MomAssocs* trans,
70 MsgStream& msg ) const override;
71
75 virtual void transToPers( const INav4MomAssocs* trans,
76 INav4MomAssocs_p2* pers,
77 MsgStream& msg ) const override;
78
79protected:
82
85};
86
87
90
93
94#endif //> EVENTCOMMONTPCNV_INAV4MOMASSOCSCNV_P2_H
This file contains the class definition for the DataLinkCnv_p1 class and DataLinkVectorCnv_p1 class.
This file contains the class definition for the ElementLinkCnv_p2 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
ElementLinkCnv_p2< ElementLink< INavigable4MomentumCollection > > INav4MomCnv_t
converter for ElementLink to INavigable4MomentumCollection
virtual ~INav4MomAssocsCnv_p2()
Destructor:
INav4MomAssocsCnv_p2()
Default constructor:
virtual void transToPers(const INav4MomAssocs *trans, INav4MomAssocs_p2 *pers, MsgStream &msg) const override
Method creating the persistent representation INav4MomAssocs_p2 from its transient representation INa...
virtual void persToTrans(const INav4MomAssocs_p2 *pers, INav4MomAssocs *trans, MsgStream &msg) const override
Method creating the transient representation of INav4MomAssocs from its persistent representation INa...
INav4MomCnv_t m_inav4MomLinkCnv
converter for ElementLink to INavigable4MomentumCollection
DataLinkCnv_p1< DataLink< INav4MomAssocs > > IAssocStoresCnv_t
IAssocStoresCnv_t m_assocStoresCnv
converter for DataLink to INav4MomAssocs
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