ATLAS Offline Software
Loading...
Searching...
No Matches
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
12class MsgStream;
13
16
18 : public T_AthenaPoolTPCnvConstBase<LArPedMCTransType, LArPedMCPersType >
19{
20public:
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
LArPedestalMC LArPedMCTransType
LArPedestalMC_p1 LArPedMCPersType
This file defines the class used for persistent container of LArPedestalMC.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const LArPedMCPersType *persObj, LArPedMCTransType *transObj, MsgStream &log) const override
virtual void transToPers(const LArPedMCTransType *transObj, LArPedMCPersType *persObj, MsgStream &log) const override
persistent class container of LArConditionsMC for LArPedestal data.
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC.
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.