From e21d9e2e6ae02d7f1ad20fd260e60253f00d14dd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 16 Jan 2025 11:00:14 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx b/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx index 26b9ba8e716..8af8e2c8418 100644 --- a/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx +++ b/PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx @@ -476,7 +476,7 @@ struct Phik0shortanalysis { { if (v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * massK0S > ctauK0s) return false; - if (v0.qtarm() < (paramArmenterosCut * std::abs(v0.alpha()))) + if (v0.qtarm() < (paramArmenterosCut * std::abs(v0.alpha()))) return false; if (std::abs(v0.masslambda() - massLambda) < v0rejK0s) return false; @@ -537,8 +537,8 @@ struct Phik0shortanalysis { { TLorentzVector daughter1, daughter2, mother; - daughter1.SetXYZM(track1.px(), track1.py(), track1.pz(), masscand1); // set the daughter1 4-momentum - daughter2.SetXYZM(track2.px(), track2.py(), track2.pz(), masscand2); // set the daughter2 4-momentum + daughter1.SetXYZM(track1.px(), track1.py(), track1.pz(), masscand1); // set the daughter1 4-momentum + daughter2.SetXYZM(track2.px(), track2.py(), track2.pz(), masscand2); // set the daughter2 4-momentum mother = daughter1 + daughter2; // calculate the mother 4-momentum return mother;