Skip to content

Commit

Permalink
Update for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-luis-rs committed Jan 24, 2024
1 parent 44df391 commit 7147ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/online/R3BFiberTrackingOnlineSpectra.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ void R3BFiberTrackingOnlineSpectra::Exec(Option_t* option)
for (int i = 0; i < 16; i++)
{
tpatbin = (header->GetTpat() & (1 << i));
if (tpatbin != 0 && (i < 16 || i > -1))
if (tpatbin != 0 && (i < 16))
{
// if(i+1 == 3 || i+1 == 4 || i+1 == 5 || i+1 == 9 || i+1 == 10 || i+1 == 11) return;
if (i + 1 == 1 || i + 1 == 2 || i + 1 == 5 || i + 1 == 6 || i + 1 == 7 || i + 1 == 8 ||
Expand Down

0 comments on commit 7147ee7

Please sign in to comment.