File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -606,9 +606,9 @@ struct HfCandidateCreator3Prong {
606606 if (applyInvMassConstraint) { // constraints applied after minv getters - to preserve unbiased values of minv
607607 kfCandPKPi.SetNonlinearMassConstraint (createLc ? static_cast <float >(MassLambdaCPlus) : static_cast <float >(MassXiCPlus));
608608 kfCandPiKP.SetNonlinearMassConstraint (createLc ? static_cast <float >(MassLambdaCPlus) : static_cast <float >(MassXiCPlus));
609- kfCandPiKPi.SetNonlinearMassConstraint (MassDPlus);
610- kfCandKKPi.SetNonlinearMassConstraint (MassDS);
611- kfCandPiKK.SetNonlinearMassConstraint (MassDS);
609+ kfCandPiKPi.SetNonlinearMassConstraint (static_cast < float >( MassDPlus) );
610+ kfCandKKPi.SetNonlinearMassConstraint (static_cast < float >( MassDS) );
611+ kfCandPiKK.SetNonlinearMassConstraint (static_cast < float >( MassDS) );
612612 }
613613
614614 const float chi2geo = kfCandPKPi.Chi2 () / static_cast <float >(kfCandPKPi.NDF ());
You can’t perform that action at this time.
0 commit comments