Skip to content

Commit 5473371

Browse files
authored
revert one change
1 parent ee9b4a6 commit 5473371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/sgExclusiveJpsiMidrapidity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct SgExclusiveJpsiMidrapidity {
185185

186186
for (const auto& t : tracks) {
187187
// Apply good track selection criteria
188-
if (!sgSelector.trackselector(t, parameters))
188+
if (!trackselector(t, parameters))
189189
continue;
190190

191191
double dEdx = t.tpcSignal();

0 commit comments

Comments
 (0)