ATLAS Offline Software
Loading...
Searching...
No Matches
MDTSimHitCollectionCnv_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 MDTSimHitCOLLECTIONCNV_P3_H
6#define MDTSimHitCOLLECTIONCNV_P3_H
7
11
12class MDTSimHitCollectionCnv_p3 : public T_AthenaPoolTPCnvBase<MDTSimHitCollection, Muon::MDTSimHitCollection_p3>
13{
14 public:
15
17
18 virtual MDTSimHitCollection* createTransient(const Muon::MDTSimHitCollection_p3* persObj, MsgStream &log);
19 virtual void persToTrans(const Muon::MDTSimHitCollection_p3* persCont,
20 MDTSimHitCollection* transCont,
21 MsgStream &log) ;
22 virtual void transToPers(const MDTSimHitCollection* transCont,
24 MsgStream &log) ;
25
26};
27
28#endif
29
AtlasHitsVector< MDTSimHit > MDTSimHitCollection
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const Muon::MDTSimHitCollection_p3 *persCont, MDTSimHitCollection *transCont, MsgStream &log)
virtual MDTSimHitCollection * createTransient(const Muon::MDTSimHitCollection_p3 *persObj, MsgStream &log)
virtual void transToPers(const MDTSimHitCollection *transCont, Muon::MDTSimHitCollection_p3 *persCont, MsgStream &log)