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
* svertexer: adaptive mass windows
* One more step: Lucia's changes
* Tighter windows when doing decay chains
* Please consider the following formatting changes
* Latest bugfixes
* Please consider the following formatting changes
---------
Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch>
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
// 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
681
if (checkForCascade) {
676
-
if (hypCheckStatus[HypV0::Lambda] || !mSVParams->checkCascadeHypothesis) {
682
+
if (goodLamForCascade || !mSVParams->checkCascadeHypothesis) {
0 commit comments