ATLAS Offline Software
Loading...
Searching...
No Matches
CompetingMuonClustersOnTrackCnv_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 MUONEVENTTPCNV_COMPETINGMUONCLUSTERSONTRACKCNV_P1_H
6#define MUONEVENTTPCNV_COMPETINGMUONCLUSTERSONTRACKCNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CompetingMuonClustersOnTrack_p1.h
11//
12//-----------------------------------------------------------------------------
17
20
21class MsgStream;
22
24 : public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
25 Muon::CompetingMuonClustersOnTrack,
26 Muon::CompetingMuonClustersOnTrack_p1 >
27{
28public:
30
31 virtual void persToTrans( const Muon::CompetingMuonClustersOnTrack_p1 *persObj,
33 MsgStream &log );
34
35 virtual void transToPers( const Muon::CompetingMuonClustersOnTrack *transObj,
37 MsgStream &log );
38
39protected:
43};
44
45#endif
46
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void transToPers(const Muon::CompetingMuonClustersOnTrack *transObj, Muon::CompetingMuonClustersOnTrack_p1 *persObj, MsgStream &log)
virtual void persToTrans(const Muon::CompetingMuonClustersOnTrack_p1 *persObj, Muon::CompetingMuonClustersOnTrack *transObj, MsgStream &log)
Version 1 of the persistent class representing the transient class Muon::MuonClusterOnTrack.
Class for competing MuonClusters, it extends the Trk::CompetingRIOsOnTrack base class.