ATLAS Offline Software
Loading...
Searching...
No Matches
TrackSummaryCnv_p2.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#ifndef TRACK_SUMMARY_CNV_P2_TRK_H
6#define TRACK_SUMMARY_CNV_P2_TRK_H
7
11
12class MsgStream;
13
15public T_AthenaPoolTPCnvBase< Trk::TrackSummary, Trk::TrackSummary_p2 > {
16private:
17 static void dbgPrint(const Trk :: TrackSummary *transObj);
18public:
20 virtual void persToTrans( const Trk :: TrackSummary_p2 *persObj, Trk :: TrackSummary *transObj, MsgStream &log );
21 virtual void transToPers( const Trk :: TrackSummary *transObj, Trk :: TrackSummary_p2 *persObj, MsgStream &log );
22};
23
24#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
static void dbgPrint(const Trk ::TrackSummary *transObj)
virtual void persToTrans(const Trk ::TrackSummary_p2 *persObj, Trk ::TrackSummary *transObj, MsgStream &log)
virtual void transToPers(const Trk ::TrackSummary *transObj, Trk ::TrackSummary_p2 *persObj, MsgStream &log)