ATLAS Offline Software
Loading...
Searching...
No Matches
MdtCsmCnv_p1.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 MUONEVENTATHENAPOOL_MDTCSMCNV_P1_H
6#define MUONEVENTATHENAPOOL_MDTCSMCNV_P1_H
7
8/*
9Transient/Persistent converter for the Collection of MdtAmtHits
10 @author edward.moyse@cern.ch
11*/
12#include "MuonRDO/MdtCsm.h"
15#include "MdtAmtHitCnv_p1.h"
17
18
20
22 : public MdtCsm_Cnvp1_base_t
23{
24public:
26 virtual void persToTrans(const MdtCsm_p1* persColl, MdtCsm* transColl, MsgStream &log) ;
27 virtual void transToPers(const MdtCsm* transColl, MdtCsm_p1* persColl, MsgStream &log) ;
28
29 const MdtIdHelper* m_idHelper{nullptr};
30 bool m_2CSM_Mod{false};
31};
32
33
34#endif
35
36
37
38
T_AthenaPoolTPCnvVector< MdtCsm, MdtCsm_p1, MdtAmtHitCnv_p1 > MdtCsm_Cnvp1_base_t
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void persToTrans(const MdtCsm_p1 *persColl, MdtCsm *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
const MdtIdHelper * m_idHelper
virtual void transToPers(const MdtCsm *transColl, MdtCsm_p1 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
MDT RDOs : Chamber Service Module, container of AmtHits of a single Mdt chamber.
Definition MdtCsm.h:19