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