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