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 947b3bf commit 116001fCopy full SHA for 116001f
PWGLF/TableProducer/Nuspex/hyperkinkRecoTask.cxx
@@ -747,9 +747,7 @@ struct HyperkinkRecoTask {
747
if (hypoMoth == kHypertriton) {
748
auto dChannel = H3LDecay::getDecayChannel<aod::McParticles>(mcMothTrack, dauIDList);
749
if (dChannel == H3LDecay::k2bodyNeutral && dauIDList[0] == mcDaugTrack.globalIndex()) {
750
- if (std::hypot(mcDaugTrack.vx(), mcDaugTrack.vy()) > LayerRadii[3]) {
751
- isKinkSignal = true;
752
- }
+ isKinkSignal = true;
753
}
754
} else if (hypoMoth == kHyperhelium4sigma) {
755
auto dChannel = He4SDecay::getDecayChannel<aod::McParticles>(mcMothTrack, dauIDList);
0 commit comments