Skip to content

Commit 41120de

Browse files
authored
Update L1TCaloLayer1FetchLUTs.cc
1 parent 15c5361 commit 41120de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

L1Trigger/L1TCaloLayer1/src/L1TCaloLayer1FetchLUTs.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)