ATLAS Offline Software
Loading...
Searching...
No Matches
TrackStateOnSurfaceCnv_p2.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 TRACK_STATE_ON_SURFACE_CNV_P2_H
6#define TRACK_STATE_ON_SURFACE_CNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TrackStateOnSurfaceCnv_p2.h
11//
12//-----------------------------------------------------------------------------
13
15
18
20//#include "TrkEventTPCnv/TrkMaterialOnTrack/MaterialEffectsBaseCnv_p1.h"
21
22class MsgStream;
23
25 : public T_AthenaPoolTPCnvBase<Trk::TrackStateOnSurface, Trk::TrackStateOnSurface_p2>
26{
27public:
29
30 virtual void persToTrans( const Trk::TrackStateOnSurface_p2 *persObj,
32 MsgStream &log ) ;
33 virtual void transToPers( const Trk::TrackStateOnSurface *transObj,
35 MsgStream &log );
36private:
38 // MaterialEffectsBaseCnv_p1 *m_matBaseCnv;
39};
40
41#endif // TRACK_STATE_ON_SURFACE_CNV_P2_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const Trk::TrackStateOnSurface *transObj, Trk::TrackStateOnSurface_p2 *persObj, MsgStream &log)
virtual void persToTrans(const Trk::TrackStateOnSurface_p2 *persObj, Trk::TrackStateOnSurface *transObj, MsgStream &log)
represents the track state (measurement, material, fit parameters and quality) at a surface.