Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ally committed Jan 15, 2025
1 parent 3752943 commit 23e527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/src/PurgeDuplicate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void PurgeDuplicate::execute(std::vector<Track>& outputtracks, unsigned int iSec
if (settings_.extended()) {
if (seedRank[itrk] < seedRank[jtrk]) {
mergedTrack[seedRankIdx[jtrk]] = true;
}
}
} else {
if (seedRank[itrk] <= seedRank[jtrk]) {
mergedTrack[seedRankIdx[jtrk]] = true;
Expand Down

0 comments on commit 23e527b

Please sign in to comment.