ATLAS Offline Software
TruthTrajectoryCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Dear emacs, this is -*-c++-*-
6 
7 // Andrei.Gaponenko@cern.ch, 2007
8 
9 #ifndef TRUTHTRAJECTORYCNV_P1_H
10 #define TRUTHTRAJECTORYCNV_P1_H
11 
13 
14 class MsgStream;
15 
16 class TruthTrajectory;
17 namespace Trk {
18  class TruthTrajectory_p1;
19 }
20 
21 
23  : public T_AthenaPoolTPCnvConstBase<TruthTrajectory,
24  Trk::TruthTrajectory_p1>
25 {
26 public:
29 
33  virtual void persToTrans( const Trk::TruthTrajectory_p1* persObj,
34  TruthTrajectory* transObj,
35  MsgStream& msg ) const override;
36 
40  virtual void transToPers( const TruthTrajectory* transObj,
41  Trk::TruthTrajectory_p1* persObj,
42  MsgStream& msg ) const override;
43 
44 };
45 
46 #endif/*TRUTHTRAJECTORYCNV_P1_H*/
TruthTrajectoryCnv_p1::persToTrans
virtual void persToTrans(const Trk::TruthTrajectory_p1 *persObj, TruthTrajectory *transObj, MsgStream &msg) const override
Method creating the transient representation of Analysis::TruthTrajectory from its persistent represe...
Definition: TruthTrajectoryCnv_p1.cxx:18
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
T_AthenaPoolTPConverter.h
TruthTrajectoryCnv_p1::transToPers
virtual void transToPers(const TruthTrajectory *transObj, Trk::TruthTrajectory_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation TruthTrajectory_p1 from its transient representation An...
Definition: TruthTrajectoryCnv_p1.cxx:28
TruthTrajectoryCnv_p1
Definition: TruthTrajectoryCnv_p1.h:25
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
TruthTrajectory
Definition: TruthTrajectory.h:26
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Trk::TruthTrajectory_p1
Definition: TruthTrajectory_p1.h:21
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7