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