ATLAS Offline Software
LArPedestalMCCnv_p1.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 LARCONDTPCNV_LARPEDESTALMCCNV_P1_H
6 #define LARCONDTPCNV_LARPEDESTALMCCNV_P1_H
7 
11 
12 class MsgStream;
13 
16 
18  : public T_AthenaPoolTPCnvConstBase<LArPedMCTransType, LArPedMCPersType >
19 {
20 public:
23 
25  virtual void persToTrans(const LArPedMCPersType* persObj, LArPedMCTransType* transObj, MsgStream &log) const override;
26  virtual void transToPers(const LArPedMCTransType* transObj, LArPedMCPersType* persObj, MsgStream &log) const override;
27 
28 };
29 
30 #endif
LArPedestalMCCnv_p1
Definition: LArPedestalMCCnv_p1.h:19
LArPedestalMCCnv_p1::transToPers
virtual void transToPers(const LArPedMCTransType *transObj, LArPedMCPersType *persObj, MsgStream &log) const override
Definition: LArPedestalMCCnv_p1.cxx:21
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArPedestalMC_p1
persistent class container of LArConditionsMC for LArPedestal data.
Definition: LArPedestalMC_p1.h:30
LArPedestalMC_p1.h
This file defines the class used for persistent container of LArPedestalMC.
LArPedMCTransType
LArPedestalMC LArPedMCTransType
Definition: LArPedestalMCCnv_p1.h:12
LArPedestalMC
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC.
Definition: LArPedestalMC.h:21
LArPedestalMC.h
T_AthenaPoolTPConverter.h
LArPedMCPersType
LArPedestalMC_p1 LArPedMCPersType
Definition: LArPedestalMCCnv_p1.h:15
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LArPedestalMCCnv_p1::LArPedestalMCCnv_p1
LArPedestalMCCnv_p1()
Definition: LArPedestalMCCnv_p1.h:24
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TPConverterConstBase
Definition: TPConverter.h:776
LArPedestalMCCnv_p1::persToTrans
virtual void persToTrans(const LArPedMCPersType *persObj, LArPedMCTransType *transObj, MsgStream &log) const override
Definition: LArPedestalMCCnv_p1.cxx:9