You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(tight){ // move to indices for tight variables in case asked to do so (tighter peak cuts for decay chains)
86
+
idxNsigma = NSigmaTightM;
87
+
idxMargin = MarginTightM;
88
+
}
73
89
if (mPIDV0 == PID::XiMinus || mPIDV0 == PID::OmegaMinus) { // case for cascades, antiparticles included
74
90
if (getSigmaV0Cascade(pt) > maxSigma) { // insuring that at low pt one gets reasonable width as the parametrisation function may explode to unphysical values
// we want to reconstruct the 3 body decay of hypernuclei starting from the V0 of a proton and a pion (e.g. H3L->d + (p + pi-), or He4L->He3 + (p + pi-)))
int nCascIni = mCascadesIdxTmp[ithread].size(), nV0Used = 0; // number of times this particular v0 (with assigned PV) was used (not counting using its clones with other PV)
675
678
if (checkForCascade) {
676
-
if (hypCheckStatus[HypV0::Lambda] || !mSVParams->checkCascadeHypothesis) {
679
+
if (hypCheckTightStatus[HypV0::Lambda] || !mSVParams->checkCascadeHypothesis) {
0 commit comments