ATLAS Offline Software
sTgcPrepDataCnv_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef sTgcPREPDATACNV_p3_H
6 #define sTgcPREPDATACNV_p3_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: sTgcPrepDataCnv_p3.h
11 //
12 //-----------------------------------------------------------------------------
14 
16 #include "sTgcPrepData_p3.h"
17 
18 class MsgStream;
19 
21  : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::sTgcPrepData, Muon::sTgcPrepData_p3 >
22 {
23 public:
24  sTgcPrepDataCnv_p3() = default;
25 
26  static Muon::sTgcPrepData
28  const Identifier clusId,
29  const MuonGM::sTgcReadoutElement* m_detEl,
30  MsgStream & log );
31 
32  void persToTrans( const Muon::sTgcPrepData_p3 *persObj,
33  Muon::sTgcPrepData *transObj,
34  MsgStream &log );
35  void transToPers( const Muon::sTgcPrepData *transObj,
36  Muon::sTgcPrepData_p3 *persObj,
37  MsgStream &log );
38 protected:
39 };
40 
41 #endif
sTgcPrepDataCnv_p3::transToPers
void transToPers(const Muon::sTgcPrepData *transObj, Muon::sTgcPrepData_p3 *persObj, MsgStream &log)
Definition: sTgcPrepDataCnv_p3.cxx:62
sTgcPrepData.h
TPPolyCnvBase
Definition: TPConverter.h:674
sTgcPrepDataCnv_p3::createsTgcPrepData
static Muon::sTgcPrepData createsTgcPrepData(const Muon::sTgcPrepData_p3 *persObj, const Identifier clusId, const MuonGM::sTgcReadoutElement *m_detEl, MsgStream &log)
Definition: sTgcPrepDataCnv_p3.cxx:16
sTgcPrepDataCnv_p3::persToTrans
void persToTrans(const Muon::sTgcPrepData_p3 *persObj, Muon::sTgcPrepData *transObj, MsgStream &log)
Definition: sTgcPrepDataCnv_p3.cxx:53
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
T_AthenaPoolTPConverter.h
MuonGM::sTgcReadoutElement
An sTgcReadoutElement corresponds to a single STGC module; therefore typicaly a barrel muon station c...
Definition: MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/sTgcReadoutElement.h:28
sTgcPrepDataCnv_p3
Definition: sTgcPrepDataCnv_p3.h:22
Muon::sTgcPrepData_p3
Definition: sTgcPrepData_p3.h:19
sTgcPrepDataCnv_p3::sTgcPrepDataCnv_p3
sTgcPrepDataCnv_p3()=default
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
sTgcPrepData_p3.h
Muon::sTgcPrepData
Class to represent sTgc measurements.
Definition: sTgcPrepData.h:20