ATLAS Offline Software
Loading...
Searching...
No Matches
LArDigitContainerCnv_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARTPCNV_LARDIGITCONTAINERCNV_P3_H
6#define LARTPCNV_LARDIGITCONTAINERCNV_P3_H
7
10
11class MsgStream;
14class StoreGateSvc;
15
16class LArDigitContainerCnv_p3 : public T_AthenaPoolTPCnvConstBase<LArDigitContainer, LArDigitContainer_p3>
17{
18public:
19
21 const LArOnlineID_Base* idSCHelper,
23
26
27 virtual void persToTrans(const LArDigitContainer_p3* pers, LArDigitContainer* trans,
28 MsgStream &log) const override;
29 virtual void transToPers(const LArDigitContainer* trans, LArDigitContainer_p3* pers,
30 MsgStream &log) const override;
31
32 private:
33 const LArOnlineID_Base* m_idHelper = nullptr;
35 const StoreGateSvc* m_storeGateSvc = nullptr;
36};
37
38#endif
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.