ATLAS Offline Software
Loading...
Searching...
No Matches
CscClusterOnTrackCnv_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 CSC_CLUSTER_ON_TRACK_CNV_P2_H
6#define CSC_CLUSTER_ON_TRACK_CNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CscClusterOnTrackCnv_p2.h
11//
12//-----------------------------------------------------------------------------
13
17
20#include "AthLinks/ElementLink.h"
22#include "GaudiKernel/ToolHandle.h"
26
27class MsgStream;
28
29
31 :
32 public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
33 Muon::CscClusterOnTrack,
34 Muon::CscClusterOnTrack_p2 >
35{
36public:
38 void persToTrans( const Muon :: CscClusterOnTrack_p2 *persObj,
39 Muon :: CscClusterOnTrack *transObj,
40 MsgStream &log );
41 void transToPers( const Muon :: CscClusterOnTrack *transObj,
42 Muon :: CscClusterOnTrack_p2 *persObj,
43 MsgStream &log );
44
45protected:
47 ToolHandle < Trk::IEventCnvSuperTool > m_eventCnvTool{"Trk::EventCnvSuperTool/EventCnvSuperTool"};
50};
51
52#endif // CSC_CLUSTER_ON_TRACK_CNV_P1_H
This file contains the class definition for the ElementLinkCnv_p3 class.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void transToPers(const Muon ::CscClusterOnTrack *transObj, Muon ::CscClusterOnTrack_p2 *persObj, MsgStream &log)
void persToTrans(const Muon ::CscClusterOnTrack_p2 *persObj, Muon ::CscClusterOnTrack *transObj, MsgStream &log)
ElementLinkCnv_p3< ElementLinkToIDC_CSC_Container > m_elCnv
LocalParametersCnv_p1 * m_localParCnv
CscClusterOnTrackCnv_p2()=default
ToolHandle< Trk::IEventCnvSuperTool > m_eventCnvTool