ATLAS Offline Software
Loading...
Searching...
No Matches
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
13class MsgStream;
14
15class 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< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const LUCID_SimHit *transObj, LUCID_SimHit_p3 *persObj, MsgStream &log)
virtual void persToTrans(const LUCID_SimHit_p3 *persObj, LUCID_SimHit *transObj, MsgStream &log)