5#ifndef LARCONDTPCNV_LARSHAPESUBSETCNV_P1_H
6#define LARCONDTPCNV_LARSHAPESUBSETCNV_P1_H
This file defines the template class used for I/O of conditions data.
LArShapeSubset_p1 LArShapePersType1
LArConditionsSubset< LArShapeP1 > LArShapeTransType1
This file defines the class used for persistent container of LArShapeSubset.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
template class for use for I/O of conditions data
virtual void persToTrans(const LArShapePersType1 *persObj, LArShapeTransType1 *transObj, MsgStream &log) const override
virtual void transToPers(const LArShapeTransType1 *transObj, LArShapePersType1 *persObj, MsgStream &log) const override
persistent class container of LArConditionsSubset for LArShape 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.