Skip to content

Commit 116001f

Browse files
authored
[PWGLF] Remove svR cut on MC signals for hypertriton kink analysis (#12935)
1 parent 947b3bf commit 116001f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGLF/TableProducer/Nuspex/hyperkinkRecoTask.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -747,9 +747,7 @@ struct HyperkinkRecoTask {
747747
if (hypoMoth == kHypertriton) {
748748
auto dChannel = H3LDecay::getDecayChannel<aod::McParticles>(mcMothTrack, dauIDList);
749749
if (dChannel == H3LDecay::k2bodyNeutral && dauIDList[0] == mcDaugTrack.globalIndex()) {
750-
if (std::hypot(mcDaugTrack.vx(), mcDaugTrack.vy()) > LayerRadii[3]) {
751-
isKinkSignal = true;
752-
}
750+
isKinkSignal = true;
753751
}
754752
} else if (hypoMoth == kHyperhelium4sigma) {
755753
auto dChannel = He4SDecay::getDecayChannel<aod::McParticles>(mcMothTrack, dauIDList);

0 commit comments

Comments
 (0)