ATLAS Offline Software
Loading...
Searching...
No Matches
CscClusterOnTrackCnv_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 CSC_CLUSTER_ON_TRACK_CNV_P1_H
6#define CSC_CLUSTER_ON_TRACK_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CscClusterOnTrackCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
17
20#include "AthLinks/ElementLink.h"
22
23class MsgStream;
24
25
27 :
28 public T_AthenaPoolTPPolyCnvBase< Trk::MeasurementBase,
29 Muon::CscClusterOnTrack,
30 Muon::CscClusterOnTrack_p1 >
31{
32public:
34
35 void persToTrans( const Muon :: CscClusterOnTrack_p1 *persObj,
36 Muon :: CscClusterOnTrack *transObj,
37 MsgStream &log );
38 void transToPers( const Muon :: CscClusterOnTrack *transObj,
39 Muon :: CscClusterOnTrack_p1 *persObj,
40 MsgStream &log );
41
42protected:
45};
46
47#endif // CSC_CLUSTER_ON_TRACK_CNV_P1_H
This file contains the class definition for the ElementLinkCnv_p1 class.
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Muon ::CscClusterOnTrack_p1 *persObj, Muon ::CscClusterOnTrack *transObj, MsgStream &log)
ElementLinkCnv_p1< ElementLinkToIDC_CSC_Container > m_elCnv
void transToPers(const Muon ::CscClusterOnTrack *transObj, Muon ::CscClusterOnTrack_p1 *persObj, MsgStream &log)