5#ifndef LARCONDTPCNV_LARPEDESTALSUBSETCNV_P1_H
6#define LARCONDTPCNV_LARPEDESTALSUBSETCNV_P1_H
This file defines the template class used for I/O of conditions data.
LArConditionsSubset< LArPedestalP1 > LArPedestalTransType
LArPedestalSubset_p1 LArPedestalPersType
This file defines the class used for persistent container of LArPedestalSubset.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
template class for use for I/O of conditions data
virtual void transToPers(const LArPedestalTransType *transObj, LArPedestalPersType *persObj, MsgStream &log) const override
LArPedestalSubsetCnv_p1()
virtual void persToTrans(const LArPedestalPersType *persObj, LArPedestalTransType *transObj, MsgStream &log) const override
persistent class container of LArConditionsSubset for LArPedestal data.
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.