Skip to content

Commit

Permalink
Merge pull request #37487 from cecilecaillol/l1t-issue36647
Browse files Browse the repository at this point in the history
L1T: address issue 36647 with int overrun
  • Loading branch information
cmsbuild authored Apr 26, 2022
2 parents 5251bf4 + bcca82f commit 5545c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/GlobalCaloTrigger/src/L1GctJetFinderBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ L1GctTwosComplement<kBitsOutput> L1GctJetFinderBase::etComponentForJetFinder(
16134,
16383};

int rotatedValue0, rotatedValue1, myFact;
long int rotatedValue0, rotatedValue1, myFact;
int etComponentSum = 0;

if (fact0 >= 36 || fact1 >= 36) {
Expand Down

0 comments on commit 5545c3b

Please sign in to comment.