CMS 3D CMS Logo

HcalMahiConditionsRcd.h
Go to the documentation of this file.
1 #ifndef CondFormats_DataRecord_HcalMahiConditionsRcd_h
2 #define CondFormats_DataRecord_HcalMahiConditionsRcd_h
3 
5 
19 
21  : public edm::eventsetup::DependentRecordImplementation<HcalMahiConditionsRcd,
22  edm::mpl::Vector<HcalRecoParamsRcd,
23  HcalPedestalsRcd,
24  HcalGainsRcd,
25  HcalLUTCorrsRcd,
26  HcalRespCorrsRcd,
27  HcalTimeCorrsRcd,
28  HcalPedestalWidthsRcd,
29  HcalGainWidthsRcd,
30  HcalChannelQualityRcd,
31  HcalQIETypesRcd,
32  HcalQIEDataRcd,
33  HcalSiPMParametersRcd,
34  HcalRecNumberingRecord>> {};
35 #endif