ATLAS Offline Software
Loading...
Searching...
No Matches
CompetingMuonClustersOnTrackCnv_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 MUONEVENTTPCNV_COMPETINGMUONCLUSTERSONTRACKCNV_P2_H
6#define MUONEVENTTPCNV_COMPETINGMUONCLUSTERSONTRACKCNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CompetingMuonClustersOnTrack_p1.h
11//
12//-----------------------------------------------------------------------------
14
18
21#include "TrkSurfaces/Surface.h"
22
23class MsgStream;
24
26 : public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
27 Muon::CompetingMuonClustersOnTrack,
28 Muon::CompetingMuonClustersOnTrack_p1 >
29{
30public:
32
33 virtual void persToTrans( const Muon::CompetingMuonClustersOnTrack_p1 *persObj,
35 MsgStream &log );
36
37 virtual void transToPers( const Muon::CompetingMuonClustersOnTrack *transObj,
39 MsgStream &log );
40
41protected:
46};
47
48#endif
49
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
virtual void persToTrans(const Muon::CompetingMuonClustersOnTrack_p1 *persObj, Muon::CompetingMuonClustersOnTrack *transObj, MsgStream &log)
virtual void transToPers(const Muon::CompetingMuonClustersOnTrack *transObj, Muon::CompetingMuonClustersOnTrack_p1 *persObj, 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.