6#ifndef LARCONDTPCNV_LARSINGLEFLOATSUBSETCNV_P1_H
7#define LARCONDTPCNV_LARSINGLEFLOATSUBSETCNV_P1_H
This file defines the template class used for I/O of conditions data.
LArConditionsSubset< LArSingleFloatP > SingleFloatTransType
LArSingleFloatSubset_p1 SingleFloatPersType
This file defines the class used for persistent container of LArSingleFloatSubset.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
template class for use for I/O of conditions data
LArSingleFloatSubsetCnv_p1()
virtual void persToTrans(const SingleFloatPersType *persObj, SingleFloatTransType *transObj, MsgStream &log) const override
virtual void transToPers(const SingleFloatTransType *transObj, SingleFloatPersType *persObj, MsgStream &log) const override
persistent class container of LArConditionsSubset for LArSingleFloat 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.