ATLAS Offline Software
Loading...
Searching...
No Matches
TrackInfoCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRACKINFO_CNV_P1_H
6#define TRACKINFO_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TrackInfoCnv_p1.h
11// DEPRECATED - NO LONGER USED AS OF TRACKCNV_P4
12//-----------------------------------------------------------------------------
13
15
16#include "TrkTrack/TrackInfo.h"
18
19
20
21class MsgStream;
22
24 : public T_AthenaPoolTPCnvBase<Trk::TrackInfo, Trk::TrackInfo_p1>
25{
26 public:
27
29
30 virtual void persToTrans( const Trk::TrackInfo_p1 *persObj,
31 Trk::TrackInfo *transObj,
32 MsgStream &log);
33
34 virtual void transToPers( const Trk::TrackInfo *transObj,
35 Trk::TrackInfo_p1 *persObj,
36 MsgStream &log);
37};
38
39
40#endif // TRACKINFO_CNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const Trk::TrackInfo *transObj, Trk::TrackInfo_p1 *persObj, MsgStream &log)
virtual void persToTrans(const Trk::TrackInfo_p1 *persObj, Trk::TrackInfo *transObj, MsgStream &log)
Contains information about the 'fitter' of this track.