File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
L1Trigger/L1TCaloLayer1/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ bool L1TCaloLayer1FetchLUTs(
199199 calibratedECalInput /= caloLSB;
200200 if (ecalInput < ecalZSF.size () / 28 - 1 )
201201 calibratedECalInput *= ecalZSF.at (ecalInput * 28 + etaBin);
202-
203202 value = calibratedECalInput;
204203 if (fwVersion > 2 ) {
205204 // Saturate if either decompressed value is over 127.5 GeV or input saturated
@@ -264,7 +263,7 @@ bool L1TCaloLayer1FetchLUTs(
264263 if (useCalib)
265264 calibratedHcalInput *= hcalSF.at (phiBin * hcalScaleETBins.size () * 28 + etBin * 28 + etaBin);
266265 if (useLSB)
267- calibratedHcalInput /= caloLSB;
266+ calibratedHcalInput /= caloLSB;
268267 if (hcalInput < hcalZSF.size () / 28 - 1 )
269268 calibratedHcalInput *= hcalZSF.at (hcalInput * 28 + etaBin);
270269 value = calibratedHcalInput;
You can’t perform that action at this time.
0 commit comments