File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -599,15 +599,15 @@ struct v0selector {
599599 }
600600 };
601601
602- if (cascid == kOmega ) {
602+ if (cascid == kOmega && v0id == kLambda ) {
603603 if (fillhisto) {
604604 registry.fill (HIST (" hMassOmega" ), cascRadius, mOmega );
605605 }
606606 if (cutMassOmegaLow < mOmega && mOmega < cutMassOmegaHigh && std::abs (casc.posTrack_as <FullTracksExt>().tpcNSigmaPr ()) < cutNsigmaPrTPC && std::abs (casc.negTrack_as <FullTracksExt>().tpcNSigmaPi ()) < cutNsigmaPiTPC && std::abs (casc.bachelor_as <FullTracksExt>().tpcNSigmaKa ()) < cutNsigmaKaTPC) {
607607 pidmap[casc.bachelorId ()] |= (uint8_t (1 ) << kOmega );
608608 storeCascAddID (casc.globalIndex (), kOmega );
609609 }
610- } else if (cascid == kAntiOmega ) {
610+ } else if (cascid == kAntiOmega && v0id == kAntiLambda ) {
611611 if (fillhisto) {
612612 registry.fill (HIST (" hMassAntiOmega" ), cascRadius, mOmega );
613613 }
You can’t perform that action at this time.
0 commit comments