Skip to content

Commit 541cae0

Browse files
authored
Fix to o2 linter error
1 parent b8bb9aa commit 541cae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/corrFit.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ struct CorrFit {
779779
for (auto const& track : tracks) {
780780

781781
if (cfgRefMultiplicity) {
782-
if (track.pt() < 0.2 || track.pt() > 3.0)
782+
if (track.pt() > cfgRefpTMax)
783783
continue;
784784
}
785785

0 commit comments

Comments
 (0)