We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24f895 commit a60917bCopy full SHA for a60917b
L1Trigger/L1TCalorimeter/plugins/L1TCaloStage2ParamsESProducer.cc
@@ -348,7 +348,7 @@ L1TCaloStage2ParamsESProducer::L1TCaloStage2ParamsESProducer(const edm::Paramete
348
m_params_helper.setLayer1ECalZSFactors(conf.exists("layer1ECalZSFactors")
349
? conf.getParameter<std::vector<double>>("layer1ECalZSFactors")
350
: std::vector<double>(0, 0));
351
- m_params_helper.setLayer1ECalZSFactors(conf.exists("layer1HCalZSFactors")
+ m_params_helper.setLayer1HCalZSFactors(conf.exists("layer1HCalZSFactors")
352
? conf.getParameter<std::vector<double>>("layer1HCalZSFactors")
353
354
m_params_helper.setLayer1ECalScaleFactors(conf.getParameter<std::vector<double>>("layer1ECalScaleFactors"));
0 commit comments