File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
L1Trigger/L1TCaloLayer1/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ bool L1TCaloLayer1FetchLUTs(
198198 if (useLSB)
199199 calibratedECalInput /= caloLSB;
200200 if (ecalInput < ecalZSF.size () / 28 - 1 )
201- calibratedECalInput *= ecalZSF.at ( ecalInput * 28 + etaBin);
201+ calibratedECalInput *= ecalZSF.at (ecalInput * 28 + etaBin);
202202
203203 value = calibratedECalInput;
204204 if (fwVersion > 2 ) {
@@ -266,7 +266,7 @@ bool L1TCaloLayer1FetchLUTs(
266266 if (useLSB)
267267 calibratedHcalInput /= caloLSB;
268268 if (hcalInput < hcalZSF.size () / 28 - 1 )
269- calibratedHcalInput *= hcalZSF.at ( hcalInput * 28 + etaBin);
269+ calibratedHcalInput *= hcalZSF.at (hcalInput * 28 + etaBin);
270270 value = calibratedHcalInput;
271271 if (fwVersion > 2 ) {
272272 // Saturate if either decompressed value is over 127.5 GeV or input saturated
You can’t perform that action at this time.
0 commit comments