diff --git a/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc b/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc index a218b38fb1c93..e8b783c90167a 100644 --- a/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc +++ b/CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc @@ -226,14 +226,14 @@ std::unique_ptr HcalTextCalibrations::produceEffectivePedestals ( rcd.getRecord().get(htopo); const HcalTopology* topo=&(*htopo); - return get_impl_topo (mInputs ["PedestalsEffective"],topo); + return get_impl_topo (mInputs ["EffectivePedestals"],topo); } std::unique_ptr HcalTextCalibrations::produceEffectivePedestalWidths (const HcalPedestalWidthsRcd& rcd) { edm::ESHandle htopo; rcd.getRecord().get(htopo); const HcalTopology* topo=&(*htopo); - return get_impl_topo (mInputs ["PedestalWidthsEffective"],topo); + return get_impl_topo (mInputs ["EffectivePedestalWidths"],topo); } std::unique_ptr HcalTextCalibrations::produceGains (const HcalGainsRcd& rcd) {