ATLAS Offline Software
LUCID_SimHitCnv_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LUCID_EVENTTPCNV_LUCID_SIMHITCNV_P3_H
6 #define LUCID_EVENTTPCNV_LUCID_SIMHITCNV_P3_H
7 
10 
12 
13 class MsgStream;
14 
15 class LUCID_SimHitCnv_p3: public T_AthenaPoolTPCnvBase<LUCID_SimHit, LUCID_SimHit_p3> {
16 
17  public:
18 
20 
21  virtual void persToTrans(const LUCID_SimHit_p3* persObj, LUCID_SimHit* transObj, MsgStream& log);
22  virtual void transToPers(const LUCID_SimHit* transObj, LUCID_SimHit_p3* persObj , MsgStream& log);
23 };
24 
25 
26 #endif // LUCID_EVENTTPCNV_LUCID_SIMHIT_P3_H
TPConverterBase
Definition: TPConverter.h:738
LUCID_SimHit_p3
Definition: LUCID_SimHit_p3.h:11
T_AthenaPoolTPConverter.h
LUCID_SimHit_p3.h
LUCID_SimHit
Definition: LUCID_SimHit.h:17
LUCID_SimHitCnv_p3
Definition: LUCID_SimHitCnv_p3.h:15
LUCID_SimHitCnv_p3::persToTrans
virtual void persToTrans(const LUCID_SimHit_p3 *persObj, LUCID_SimHit *transObj, MsgStream &log)
Definition: LUCID_SimHitCnv_p3.cxx:10
LUCID_SimHit.h
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LUCID_SimHitCnv_p3::transToPers
virtual void transToPers(const LUCID_SimHit *transObj, LUCID_SimHit_p3 *persObj, MsgStream &log)
Definition: LUCID_SimHitCnv_p3.cxx:33
LUCID_SimHitCnv_p3::LUCID_SimHitCnv_p3
LUCID_SimHitCnv_p3()
Definition: LUCID_SimHitCnv_p3.h:19