ATLAS Offline Software
MMPrepDataCnv_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 MMPREPDATACNV_P1_H
6 #define MMPREPDATACNV_P1_H
7 
8 //-----------------------------------------------------------------------------
9 //
10 // file: MMPrepDataCnv_p1.h
11 //
12 //-----------------------------------------------------------------------------
14 
16 #include "MMPrepData_p1.h"
17 
18 class MsgStream;
19 
21  : public T_AthenaPoolTPPolyCnvBase< Trk::PrepRawData, Muon::MMPrepData, Muon::MMPrepData_p1 >
22 {
23  public:
25 
26  static Muon::MMPrepData
27  createMMPrepData ( const Muon::MMPrepData_p1 *persObj,
28  Identifier clusId,
29  const MuonGM::MMReadoutElement* detEl,
30  MsgStream & log );
31 
32  void persToTrans( const Muon::MMPrepData_p1 *persObj,
33  Muon::MMPrepData *transObj,
34  MsgStream &log );
35  void transToPers( const Muon::MMPrepData *transObj,
36  Muon::MMPrepData_p1 *persObj,
37  MsgStream &log );
38 protected:
39 };
40 
41 #endif
Muon::MMPrepData
Class to represent MM measurements.
Definition: MMPrepData.h:22
MMPrepDataCnv_p1
Definition: MMPrepDataCnv_p1.h:22
MMPrepDataCnv_p1::createMMPrepData
static Muon::MMPrepData createMMPrepData(const Muon::MMPrepData_p1 *persObj, Identifier clusId, const MuonGM::MMReadoutElement *detEl, MsgStream &log)
function used to create an MMPrepDataObject when converting Pers to trans
Definition: MMPrepDataCnv_p1.cxx:15
MMPrepData_p1.h
TPPolyCnvBase
Definition: TPConverter.h:674
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
T_AthenaPoolTPConverter.h
MMPrepData.h
MMPrepDataCnv_p1::persToTrans
void persToTrans(const Muon::MMPrepData_p1 *persObj, Muon::MMPrepData *transObj, MsgStream &log)
Definition: MMPrepDataCnv_p1.cxx:57
Muon::MMPrepData_p1
We don't write out (from Trk::PrepRawData) m_indexAndHash (can be recomputed), m_clusId (can be recom...
Definition: MMPrepData_p1.h:20
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
MuonGM::MMReadoutElement
An MMReadoutElement corresponds to a single STGC module; therefore typicaly a barrel muon station con...
Definition: MMReadoutElement.h:23
MMPrepDataCnv_p1::MMPrepDataCnv_p1
MMPrepDataCnv_p1()
Definition: MMPrepDataCnv_p1.h:24
MMPrepDataCnv_p1::transToPers
void transToPers(const Muon::MMPrepData *transObj, Muon::MMPrepData_p1 *persObj, MsgStream &log)
Definition: MMPrepDataCnv_p1.cxx:65