ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_DriftCircleOnTrackCnv_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 TRT_DRIFT_CIRCLE_ON_TRACK_CNV_P1_H
6#define TRT_DRIFT_CIRCLE_ON_TRACK_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TRT_DriftCircleOnTrackCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
16
18
20#include "AthLinks/ElementLink.h"
22
23
24class MsgStream;
25
27 :
28 public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
29 InDet::TRT_DriftCircleOnTrack,
30 InDet::TRT_DriftCircleOnTrack_p1 >
31{
32public:
34
35 void persToTrans( const InDet :: TRT_DriftCircleOnTrack_p1 *persObj,
36 InDet :: TRT_DriftCircleOnTrack *transObj,
37 MsgStream &log );
38 void transToPers( const InDet :: TRT_DriftCircleOnTrack *transObj,
39 InDet :: TRT_DriftCircleOnTrack_p1 *persObj,
40 MsgStream &log );
41
42protected:
45
46};
47
48#endif // DRIFT_CIRCLE_ON_TRACK_CNV_P1_H
This file contains the class definition for the ElementLinkCnv_p1 class.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
ElementLinkCnv_p1< ElementLinkToIDCTRT_DriftCircleContainer > m_elCnv
void persToTrans(const InDet ::TRT_DriftCircleOnTrack_p1 *persObj, InDet ::TRT_DriftCircleOnTrack *transObj, MsgStream &log)
void transToPers(const InDet ::TRT_DriftCircleOnTrack *transObj, InDet ::TRT_DriftCircleOnTrack_p1 *persObj, MsgStream &log)