File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1169,8 +1169,8 @@ struct strangenessFilter {
11691169 (std::abs (nsigma[0 ]) < maxNSigmaV0PrTrackedCascade) &&
11701170 (std::abs (nsigma[1 ]) < maxNSigmaV0PiTrackedCascade)) {
11711171 // Xi
1172- if ((std::abs (massXi - o2::constants::physics ::MassXiMinus) < massWindowTrackedXi) &&
1173- (RecoDecay::sqrtSumOfSquares (trackCasc. x (), trackCasc. y () ) >= minDcaTrackedXi) &&
1172+ if ((std::abs (massXi - o2::analysis::pdg ::MassXiMinus) < massWindowTrackedXi) &&
1173+ (impactParameterTrk. getY ( ) >= minDcaTrackedXi) &&
11741174 (cpa <= maxCpaTrackedOmega) &&
11751175 (std::abs (bachelor.tpcNSigmaPi ()) < maxNSigmaBachelorTrackedXi)) {
11761176 keepEvent[7 ] = true ;
@@ -1188,9 +1188,9 @@ struct strangenessFilter {
11881188 QAHistosStrangenessTracking.fill (HIST (" hDcaZVsPtSelectedXi" ), trackParCovTrk.getPt (), impactParameterTrk.getZ ());
11891189 }
11901190 // Omega
1191- if ((std::abs (massOmega - o2::constants::physics ::MassOmegaMinus) < massWindowTrackedOmega) &&
1192- (std::abs (massXi - o2::constants::physics ::MassXiMinus) >= massWindowXiExclTrackedOmega) &&
1193- (RecoDecay::sqrtSumOfSquares (trackCasc. x (), trackCasc. y ()) >= minDcaTrackedXi ) &&
1191+ if ((std::abs (massOmega - o2::analysis::pdg ::MassOmegaMinus) < massWindowTrackedOmega) &&
1192+ (std::abs (massXi - o2::analysis::pdg ::MassXiMinus) >= massWindowXiExclTrackedOmega) &&
1193+ (impactParameterTrk. getY () >= minDcaTrackedOmega ) &&
11941194 (cpa <= maxCpaTrackedOmega) &&
11951195 (std::abs (bachelor.tpcNSigmaKa ()) < maxNSigmaBachelorTrackedOmega)) {
11961196 keepEvent[8 ] = true ;
You can’t perform that action at this time.
0 commit comments