ATLAS Offline Software
TgcPrepDataCnv_p3.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 TgcPREPDATACNV_P3_TRK_H
6 #define TgcPREPDATACNV_P3_TRK_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: TgcPrepDataCnv_p3.h
11 //
12 //-----------------------------------------------------------------------------
14 
16 #include "TgcPrepData_p3.h"
17 
18 class MsgStream;
19 
21  : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::TgcPrepData, Muon::TgcPrepData_p3 >
22 {
23  public:
25 
26  static Muon::TgcPrepData
28  const Identifier& id,
29  const MuonGM::TgcReadoutElement* detEl,
30  MsgStream & log );
31 
32  void persToTrans( const Muon::TgcPrepData_p3 *persObj,
33  Muon::TgcPrepData *transObj,
34  MsgStream &log );
35  void transToPers( const Muon::TgcPrepData *transObj,
36  Muon::TgcPrepData_p3 *persObj,
37  MsgStream &log );
38 protected:
39 };
40 
41 #endif
TgcPrepDataCnv_p3::transToPers
void transToPers(const Muon::TgcPrepData *transObj, Muon::TgcPrepData_p3 *persObj, MsgStream &log)
Definition: TgcPrepDataCnv_p3.cxx:51
Muon::TgcPrepData_p3
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
Definition: TgcPrepData_p3.h:25
TgcPrepData.h
TPPolyCnvBase
Definition: TPConverter.h:674
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
TgcPrepDataCnv_p3::persToTrans
void persToTrans(const Muon::TgcPrepData_p3 *persObj, Muon::TgcPrepData *transObj, MsgStream &log)
Definition: TgcPrepDataCnv_p3.cxx:42
T_AthenaPoolTPConverter.h
MuonGM::TgcReadoutElement
A TgcReadoutElement corresponds to a single TGC chamber; therefore typically a TGC station contains s...
Definition: MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/TgcReadoutElement.h:42
TgcPrepDataCnv_p3::createTgcPrepData
static Muon::TgcPrepData createTgcPrepData(const Muon::TgcPrepData_p3 *persObj, const Identifier &id, const MuonGM::TgcReadoutElement *detEl, MsgStream &log)
Definition: TgcPrepDataCnv_p3.cxx:16
TgcPrepDataCnv_p3
Definition: TgcPrepDataCnv_p3.h:22
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
Muon::TgcPrepData
Class to represent TGC measurements.
Definition: TgcPrepData.h:32
TgcPrepDataCnv_p3::TgcPrepDataCnv_p3
TgcPrepDataCnv_p3()
Definition: TgcPrepDataCnv_p3.h:24
TgcPrepData_p3.h