ATLAS Offline Software
Loading...
Searching...
No Matches
CscPrepDataCnv_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 CSCPREPDATACNV_P1_TRK_H
6#define CSCPREPDATACNV_P1_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CscPrepDataCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15#include "CscPrepData_p1.h"
17
18class MsgStream;
19
21 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::CscPrepData, Muon::CscPrepData_p1 >
22{
23 public:
25
26 void persToTrans( const Muon::CscPrepData_p1 *persObj,
27 Muon::CscPrepData *transObj,
28 MsgStream &log );
29 void transToPers( const Muon::CscPrepData *transObj,
30 Muon::CscPrepData_p1 *persObj,
31 MsgStream &log );
32
33protected:
35};
36
37#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void persToTrans(const Muon::CscPrepData_p1 *persObj, Muon::CscPrepData *transObj, MsgStream &log)
PrepRawDataCnv_p1 * m_prdCnv
void transToPers(const Muon::CscPrepData *transObj, Muon::CscPrepData_p1 *persObj, MsgStream &log)
Class representing clusters from the CSC.
Definition CscPrepData.h:39