We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2876bb7 commit 1141080Copy full SHA for 1141080
PWGCF/FemtoUniverse/Core/FemtoUniversePairCleaner.h
@@ -113,6 +113,7 @@ class FemtoUniversePairCleaner
113
if (part1.globalIndex() == posChild.globalIndex() || part1.globalIndex() == negChild.globalIndex() || part1.globalIndex() == bachelor.globalIndex()) {
114
return false;
115
}
116
+ return part1.globalIndex() != part2.globalIndex();
117
} else if constexpr (mPartOneType == o2::aod::femtouniverseparticle::ParticleType::kTrack && mPartTwoType == o2::aod::femtouniverseparticle::ParticleType::kD0) {
118
/// Track-D0 combination part1 is hadron and part2 is D0
119
if (part2.partType() != o2::aod::femtouniverseparticle::ParticleType::kD0) {
0 commit comments