Skip to content

Commit 3eb1397

Browse files
authored
PWGHF: fix typo in track eta selection (#6884)
1 parent a9d24e2 commit 3eb1397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ struct HfDataCreatorCharmResoReduced {
288288
return false;
289289
}
290290

291-
if (std::abs(track.eta()) < cfgSingleTrackCuts.maxEta) {
291+
if (std::abs(track.eta()) > cfgSingleTrackCuts.maxEta) {
292292
return false;
293293
}
294294

0 commit comments

Comments
 (0)