Skip to content

Commit a60917b

Browse files
authored
Update L1TCaloStage2ParamsESProducer.cc
Fixed typo should be Hcal instead of Ecal
1 parent e24f895 commit a60917b

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)