ATLAS Offline Software
Loading...
Searching...
No Matches
LArHitFloatCnv_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 LARHITFLOATCNV_P1_H
6#define LARHITFLOATCNV_P1_H
7
8/*
9Transient/Persistent converter for LArHit class
10Author: Davide Costanzo
11*/
12
15
17
18class MsgStream;
19
20
21class LArHitFloatCnv_p1 : public T_AthenaPoolTPCnvBase<LArHitFloat, LArHit_p1>
22{
23public:
24
26
27 virtual void persToTrans(const LArHit_p1* persObj, LArHitFloat* transObj, MsgStream &log);
28 virtual void transToPers(const LArHitFloat* transObj, LArHit_p1* persObj, MsgStream &log);
29};
30
31
32#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const LArHit_p1 *persObj, LArHitFloat *transObj, MsgStream &log)
virtual void transToPers(const LArHitFloat *transObj, LArHit_p1 *persObj, MsgStream &log)
Class to store hit energy and time in LAr cell from G4 simulation.
Definition LArHitFloat.h:18
Persistent LArHit class, version p1.
Definition LArHit_p1.h:13