ATLAS Offline Software
Loading...
Searching...
No Matches
TrackSummaryCnv_p1.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//-----------------------------------------------------------------------------
6//
7// file: TrackSummaryCnv_p1.h
8// author: Andreas Wildauer
9//
10//-----------------------------------------------------------------------------
11
12#ifndef TRACK_SUMMARY_CNV_P1_TRK_H
13#define TRACK_SUMMARY_CNV_P1_TRK_H
14
20
21class MsgStream;
22
24 public T_AthenaPoolTPCnvBase< Trk::TrackSummary, Trk::TrackSummary_p1 >
25{
26 public:
28 virtual void persToTrans( const Trk :: TrackSummary_p1 *persObj,
29 Trk :: TrackSummary *transObj,
30 MsgStream &log );
31 virtual void transToPers( const Trk :: TrackSummary *transObj,
32 Trk :: TrackSummary_p1 *persObj,
33 MsgStream &log );
34 private:
36 // MuonTrackSummaryCnv_p2 *m_muonSummaryCnv_p2;
37};
38
39#endif // TRACK_SUMMARY_CNV_P1_TRK_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const Trk ::TrackSummary *transObj, Trk ::TrackSummary_p1 *persObj, MsgStream &log)
virtual void persToTrans(const Trk ::TrackSummary_p1 *persObj, Trk ::TrackSummary *transObj, MsgStream &log)
MuonTrackSummaryCnv_p1 * m_muonSummaryCnv