File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
L1TriggerConfig/L1TConfigProducers/src Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ bool L1TCaloParamsOnlineProd::readCaloLayer1OnlineSettings(l1t::CaloParamsHelper
5555 // "layer1SecondStageLUT",
5656 // "layer1HCalFBLUTUpper",
5757 // "layer1HCalFBLUTLower"
58+ // "layer1ECalZSFactors",
59+ // "layer1HCalZSFactors"
5860 };
5961 for (const auto param : expectedParams) {
6062 if (conf.find (param) == conf.end ()) {
@@ -84,6 +86,10 @@ bool L1TCaloParamsOnlineProd::readCaloLayer1OnlineSettings(l1t::CaloParamsHelper
8486 paramsHelper.setLayer1HCalFBLUTUpper (conf[" layer1HCalFBLUTUpper" ].getVector <unsigned int >());
8587 if (conf.find (" layer1HCalFBLUTLower" ) != conf.end ())
8688 paramsHelper.setLayer1HCalFBLUTLower (conf[" layer1HCalFBLUTLower" ].getVector <unsigned int >());
89+ if (conf.find (" layer1ECalZSFactors" ) != conf.end ())
90+ paramsHelper.setLayer1ECalZSFactors ((conf[" layer1ECalZSFactors" ].getVector <double >()));
91+ if (conf.find (" layer1HCalZSFactors" ) != conf.end ())
92+ paramsHelper.setLayer1HCalZSFactors ((conf[" layer1HCalZSFactors" ].getVector <double >()));
8793
8894 return true ;
8995}
You can’t perform that action at this time.
0 commit comments