ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_SimHitCnv_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 LUCID_SIMHITCNV_P1_H
6#define LUCID_SIMHITCNV_P1_H
7
10
12
13class MsgStream;
14
15class LUCID_SimHitCnv_p1: public T_AthenaPoolTPCnvBase<LUCID_SimHit, LUCID_SimHit_p1> {
16
17 public:
18
20
21 virtual void persToTrans(const LUCID_SimHit_p1* persObj, LUCID_SimHit* transObj, MsgStream& log);
22 virtual void transToPers(const LUCID_SimHit* transObj, LUCID_SimHit_p1* persObj , MsgStream& log);
23};
24
25
26#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const LUCID_SimHit_p1 *persObj, LUCID_SimHit *transObj, MsgStream &log)
virtual void transToPers(const LUCID_SimHit *transObj, LUCID_SimHit_p1 *persObj, MsgStream &log)