ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcPrepDataCnv_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef sTgcPREPDATACNV_P2_H
6#define sTgcPREPDATACNV_P2_H
7
8//-----------------------------------------------------------------------------
9//
10// file: sTgcPrepDataCnv_p2.h
11//
12//-----------------------------------------------------------------------------
14
16#include "sTgcPrepData_p2.h"
17
18class MsgStream;
19
21 : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::sTgcPrepData, Muon::sTgcPrepData_p2 >
22{
23public:
25
28 const Identifier clusId,
29 const MuonGM::sTgcReadoutElement* m_detEl,
30 MsgStream & log );
31
32 void persToTrans( const Muon::sTgcPrepData_p2 *persObj,
33 Muon::sTgcPrepData *transObj,
34 MsgStream &log );
35 void transToPers( const Muon::sTgcPrepData *transObj,
36 Muon::sTgcPrepData_p2 *persObj,
37 MsgStream &log );
38protected:
39};
40
41#endif
TPPolyCnvBase< TRANS_BASE, TRANS, PERS > T_AthenaPoolTPPolyCnvBase
An sTgcReadoutElement corresponds to a single STGC module; therefore typicaly a barrel muon station c...
Class to represent sTgc measurements.
static Muon::sTgcPrepData createsTgcPrepData(const Muon::sTgcPrepData_p2 *persObj, const Identifier clusId, const MuonGM::sTgcReadoutElement *m_detEl, MsgStream &log)
void transToPers(const Muon::sTgcPrepData *transObj, Muon::sTgcPrepData_p2 *persObj, MsgStream &log)
void persToTrans(const Muon::sTgcPrepData_p2 *persObj, Muon::sTgcPrepData *transObj, MsgStream &log)