ATLAS Offline Software
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 
21 class 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
Trk::TrackInfo
Contains information about the 'fitter' of this track.
Definition: Tracking/TrkEvent/TrkTrack/TrkTrack/TrackInfo.h:32
TPConverterBase
Definition: TPConverter.h:738
TrackInfoCnv_p1
Definition: TrackInfoCnv_p1.h:25
TrackInfoCnv_p1::persToTrans
virtual void persToTrans(const Trk::TrackInfo_p1 *persObj, Trk::TrackInfo *transObj, MsgStream &log)
Definition: TrackInfoCnv_p1.cxx:13
TrackInfoCnv_p1::TrackInfoCnv_p1
TrackInfoCnv_p1()
Definition: TrackInfoCnv_p1.h:28
T_AthenaPoolTPConverter.h
TrackInfo_p1.h
TrackInfoCnv_p1::transToPers
virtual void transToPers(const Trk::TrackInfo *transObj, Trk::TrackInfo_p1 *persObj, MsgStream &log)
Definition: TrackInfoCnv_p1.cxx:33
TrackInfo.h
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
Trk::TrackInfo_p1
Definition: TrackInfo_p1.h:21