ATLAS Offline Software
Loading...
Searching...
No Matches
MDTSimHitCollectionCnv_p2.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_P2_H
6#define MDTSimHitCOLLECTIONCNV_P2_H
7
11
12class MDTSimHitCollectionCnv_p2 : public T_AthenaPoolTPCnvBase<MDTSimHitCollection, Muon::MDTSimHitCollection_p2>
13{
14 public:
15
17
18 virtual MDTSimHitCollection* createTransient(const Muon::MDTSimHitCollection_p2* persObj, MsgStream &log);
19 virtual void persToTrans(const Muon::MDTSimHitCollection_p2* 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 MDTSimHitCollection * createTransient(const Muon::MDTSimHitCollection_p2 *persObj, MsgStream &log)
virtual void transToPers(const MDTSimHitCollection *transCont, Muon::MDTSimHitCollection_p2 *persCont, MsgStream &log)
virtual void persToTrans(const Muon::MDTSimHitCollection_p2 *persCont, MDTSimHitCollection *transCont, MsgStream &log)