ATLAS Offline Software
Loading...
Searching...
No Matches
LArDigitContainerCnv_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARTPCNV_LARDIGITCONTAINERCNV_P2_H
6#define LARTPCNV_LARDIGITCONTAINERCNV_P2_H
7
10
11class MsgStream;
14
15class LArDigitContainerCnv_p2 : public T_AthenaPoolTPCnvConstBase<LArDigitContainer, LArDigitContainer_p2>
16{
17public:
18
22
23 virtual void persToTrans(const LArDigitContainer_p2* pers, LArDigitContainer* trans,
24 MsgStream &log) const override;
25 virtual void transToPers(const LArDigitContainer* trans, LArDigitContainer_p2* pers,
26 MsgStream &log) const override;
27
28 private:
30
31
32};
33
34#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const LArDigitContainer_p2 *pers, LArDigitContainer *trans, MsgStream &log) const override
LArDigitContainerCnv_p2(const LArOnlineID_Base *idHelper)
virtual void transToPers(const LArDigitContainer *trans, LArDigitContainer_p2 *pers, MsgStream &log) const override
const LArOnlineID_Base * m_idHelper
Container class for LArDigit.
Helper for the Liquid Argon Calorimeter cell identifiers.
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.