ATLAS Offline Software
Loading...
Searching...
No Matches
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
14class MsgStream;
15
16class TruthTrajectory;
17namespace Trk {
18 class TruthTrajectory_p1;
19}
20
21
23 : public T_AthenaPoolTPCnvConstBase<TruthTrajectory,
24 Trk::TruthTrajectory_p1>
25{
26public:
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,
42 MsgStream& msg ) const override;
43
44};
45
46#endif/*TRUTHTRAJECTORYCNV_P1_H*/
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
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.
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...
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...
A TruthTrajectory is a chain of charged MC particles connected through the mother-daughter relationsh...
Ensure that the ATLAS eigen extensions are properly loaded.
MsgStream & msg
Definition testRead.cxx:32