Skip to content

Commit d5050a2

Browse files
authored
Merge pull request #95 from alibuild/alibot-cleanup-15501
Please consider the following formatting changes to #15501
2 parents a221c23 + f25f843 commit d5050a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Core/EMTrackCut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class EMTrackCut : public TNamed
7272
return track.phi() > mMinTrackPhi && track.phi() < mMaxTrackPhi;
7373

7474
case EMTrackCuts::kTrackBit:
75-
return (track.trackBit() & mTrackBit) >= mTrackBit;
75+
return (track.trackBit() & mTrackBit) >= mTrackBit;
7676

7777
default:
7878
return false;

0 commit comments

Comments
 (0)