Skip to content

Commit 001b97d

Browse files
authored
Merge pull request #47956 from asavincms/mydev
[L1T] backport Bug-fix for L1TCaloStage2ParamsESProducer.cc
2 parents 87e8371 + 3e76776 commit 001b97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/L1TCalorimeter/plugins/L1TCaloStage2ParamsESProducer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ L1TCaloStage2ParamsESProducer::L1TCaloStage2ParamsESProducer(const edm::Paramete
348348
m_params_helper.setLayer1ECalZSFactors(conf.exists("layer1ECalZSFactors")
349349
? conf.getParameter<std::vector<double>>("layer1ECalZSFactors")
350350
: std::vector<double>(0, 0));
351-
m_params_helper.setLayer1ECalZSFactors(conf.exists("layer1HCalZSFactors")
351+
m_params_helper.setLayer1HCalZSFactors(conf.exists("layer1HCalZSFactors")
352352
? conf.getParameter<std::vector<double>>("layer1HCalZSFactors")
353353
: std::vector<double>(0, 0));
354354
m_params_helper.setLayer1ECalScaleFactors(conf.getParameter<std::vector<double>>("layer1ECalScaleFactors"));

0 commit comments

Comments
 (0)