ATLAS Offline Software
Loading...
Searching...
No Matches
CscPrepDataCnv_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 CSCPREPDATACNV_P2_TRK_H
6#define CSCPREPDATACNV_P2_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CscPrepDataCnv_p2.h
11//
12//-----------------------------------------------------------------------------
14
16#include "CscPrepData_p2.h"
17
18class MsgStream;
19
21 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::CscPrepData, Muon::CscPrepData_p2 >
22{
23 public:
25
28 const Identifier& clusId,
29 const MuonGM::CscReadoutElement* detEl,
30 MsgStream & log );
31
32 void persToTrans( const Muon::CscPrepData_p2 *persObj,
33 Muon::CscPrepData *transObj,
34 MsgStream &log );
35 void transToPers( const Muon::CscPrepData *transObj,
36 Muon::CscPrepData_p2 *persObj,
37 MsgStream &log );
38protected:
39};
40
41#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
void transToPers(const Muon::CscPrepData *transObj, Muon::CscPrepData_p2 *persObj, MsgStream &log)
void persToTrans(const Muon::CscPrepData_p2 *persObj, Muon::CscPrepData *transObj, MsgStream &log)
static Muon::CscPrepData createCscPrepData(const Muon::CscPrepData_p2 *persObj, const Identifier &clusId, const MuonGM::CscReadoutElement *detEl, MsgStream &log)
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
Class representing clusters from the CSC.
Definition CscPrepData.h:39