ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
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
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
LArTPCnv/LArDigitContainer_p3.h
"
10
11
class
MsgStream;
12
class
LArDigitContainer
;
13
class
LArOnlineID_Base
;
14
class
StoreGateSvc
;
15
16
class
LArDigitContainerCnv_p3
:
public
T_AthenaPoolTPCnvConstBase
<LArDigitContainer, LArDigitContainer_p3>
17
{
18
public
:
19
20
LArDigitContainerCnv_p3
(
const
LArOnlineID_Base
* idHelper,
21
const
LArOnlineID_Base
* idSCHelper,
22
const
StoreGateSvc
*
m_storeGateSvc
);
23
24
using
base_class::persToTrans
;
25
using
base_class::transToPers
;
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
;
34
const
LArOnlineID_Base
*
m_idSCHelper
=
nullptr
;
35
const
StoreGateSvc
*
m_storeGateSvc
=
nullptr
;
36
};
37
38
#endif
LArDigitContainer_p3.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
LArDigitContainerCnv_p3::m_idHelper
const LArOnlineID_Base * m_idHelper
Definition
LArDigitContainerCnv_p3.h:33
LArDigitContainerCnv_p3::m_idSCHelper
const LArOnlineID_Base * m_idSCHelper
Definition
LArDigitContainerCnv_p3.h:34
LArDigitContainerCnv_p3::m_storeGateSvc
const StoreGateSvc * m_storeGateSvc
Definition
LArDigitContainerCnv_p3.h:35
LArDigitContainerCnv_p3::LArDigitContainerCnv_p3
LArDigitContainerCnv_p3(const LArOnlineID_Base *idHelper, const LArOnlineID_Base *idSCHelper, const StoreGateSvc *m_storeGateSvc)
Definition
LArDigitContainerCnv_p3.cxx:34
LArDigitContainerCnv_p3::persToTrans
virtual void persToTrans(const LArDigitContainer_p3 *pers, LArDigitContainer *trans, MsgStream &log) const override
Definition
LArDigitContainerCnv_p3.cxx:43
LArDigitContainerCnv_p3::transToPers
virtual void transToPers(const LArDigitContainer *trans, LArDigitContainer_p3 *pers, MsgStream &log) const override
Definition
LArDigitContainerCnv_p3.cxx:82
LArDigitContainer_p3
Definition
LArDigitContainer_p3.h:10
LArDigitContainer
Container class for LArDigit.
Definition
LArDigitContainer.h:24
LArOnlineID_Base
Helper for the Liquid Argon Calorimeter cell identifiers.
Definition
LArOnlineID_Base.h:97
StoreGateSvc
The Athena Transient Store API.
Definition
StoreGateSvc.h:120
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Generated on
for ATLAS Offline Software by
1.17.0