From b8b7493ab404401e6b0f40751e73c2cd983342fd Mon Sep 17 00:00:00 2001 From: prottayCMT <61418725+prottayCMT@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:47:48 +0100 Subject: [PATCH] [PWGLF] boosting with four vector mass (#9005) Co-authored-by: Prottay Das --- PWGLF/Tasks/Strangeness/lambdapolsp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/lambdapolsp.cxx b/PWGLF/Tasks/Strangeness/lambdapolsp.cxx index fb1d114efe5..07c42cf641f 100644 --- a/PWGLF/Tasks/Strangeness/lambdapolsp.cxx +++ b/PWGLF/Tasks/Strangeness/lambdapolsp.cxx @@ -679,7 +679,7 @@ struct lambdapolsp { } } Lambda = Proton + Pion; - Lambda.SetM(massLambda); + // Lambda.SetM(massLambda); ROOT::Math::Boost boost{Lambda.BoostToCM()}; fourVecDauCM = boost(Proton);