5#ifndef LARTPCNV_LARDIGITCONTAINERCNV_P3_H
6#define LARTPCNV_LARDIGITCONTAINERCNV_P3_H
28 MsgStream &log)
const override;
30 MsgStream &log)
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
const LArOnlineID_Base * m_idHelper
const LArOnlineID_Base * m_idSCHelper
const StoreGateSvc * m_storeGateSvc
LArDigitContainerCnv_p3(const LArOnlineID_Base *idHelper, const LArOnlineID_Base *idSCHelper, const StoreGateSvc *m_storeGateSvc)
virtual void persToTrans(const LArDigitContainer_p3 *pers, LArDigitContainer *trans, MsgStream &log) const override
virtual void transToPers(const LArDigitContainer *trans, LArDigitContainer_p3 *pers, MsgStream &log) const override
Container class for LArDigit.
Helper for the Liquid Argon Calorimeter cell identifiers.
The Athena Transient Store API.
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.