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.
2 parents 87e8371 + 3e76776 commit 001b97dCopy full SHA for 001b97d
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