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