ATLAS Offline Software
Loading...
Searching...
No Matches
MDTSimHitCollectionCnv_p4.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MDTSimHitCOLLECTIONCNV_P4_H
6#define MDTSimHitCOLLECTIONCNV_P4_H
7
11
12class MDTSimHitCollectionCnv_p4 : public T_AthenaPoolTPCnvBase<MDTSimHitCollection, Muon::MDTSimHitCollection_p4>
13{
14 public:
15
17
18 virtual MDTSimHitCollection* createTransient(const Muon::MDTSimHitCollection_p4* persObj, MsgStream &log);
19 virtual void persToTrans(const Muon::MDTSimHitCollection_p4* persCont,
20 MDTSimHitCollection* transCont,
21 MsgStream &log) ;
22 virtual void transToPers(const MDTSimHitCollection* transCont,
24 MsgStream &log) ;
25
26};
27
28#endif
AtlasHitsVector< MDTSimHit > MDTSimHitCollection
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual MDTSimHitCollection * createTransient(const Muon::MDTSimHitCollection_p4 *persObj, MsgStream &log)
virtual void transToPers(const MDTSimHitCollection *transCont, Muon::MDTSimHitCollection_p4 *persCont, MsgStream &log)
virtual void persToTrans(const Muon::MDTSimHitCollection_p4 *persCont, MDTSimHitCollection *transCont, MsgStream &log)