Skip to content

Commit ebab5fe

Browse files
authored
[PWGHF] Fix typo in D0+gamma reso builder (#15785)
1 parent 8759a48 commit ebab5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Core/DataCreationCharmReso.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ bool buildAndSelectGamma(const Coll& collision, const std::array<int, 3>& dDaugh
614614
}
615615

616616
const float minRadTpcOnly{16.f};
617-
if ((!trackNeg.hasITS() && !trackNeg.hasITS()) && v0.radius < minRadTpcOnly) { // TPConly tracks can detect conversion points larger than minRadTpcOnly.
617+
if ((!trackNeg.hasITS() && !trackPos.hasITS()) && v0.radius < minRadTpcOnly) { // TPConly tracks can detect conversion points larger than minRadTpcOnly.
618618
return false;
619619
}
620620

0 commit comments

Comments
 (0)