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
@@ -1122,18 +1117,9 @@ class strangenessBuilderHelper
1122
1117
cascade = {};
1123
1118
returnfalse;
1124
1119
}
1125
-
1126
-
// Calculate masses a priori before potentially applying mass constraint --> this is the invariant mass of the decay products, not the mass-constrained value
1127
-
float MXi, SigmaXi, MOmega, SigmaOmega;
1128
-
KFXi.GetMass(MXi, SigmaXi);
1129
-
KFOmega.GetMass(MOmega, SigmaOmega);
1130
-
cascade.massXi = MXi;
1131
-
cascade.massOmega = MOmega;
1132
-
1133
1120
if (kfUseCascadeMassConstraint) {
1134
1121
// set mass constraint if requested
1135
1122
// WARNING: this is only adequate for decay chains, i.e. XiC -> Xi or OmegaC -> Omega
1136
-
// WARNING: be aware of the fact that if enabled, the stored particle momentum and covariance matrix will be mass-constrained while the stored mass will be the invariant mass of the decay products (i.e. not mass-constrained)
0 commit comments