From c866378e12eae0e41d2bf129841accf45f7215db Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 15 Jan 2026 04:14:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Resonances/heptaquark.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PWGLF/Tasks/Resonances/heptaquark.cxx b/PWGLF/Tasks/Resonances/heptaquark.cxx index 6597bede54e..1a15f631796 100644 --- a/PWGLF/Tasks/Resonances/heptaquark.cxx +++ b/PWGLF/Tasks/Resonances/heptaquark.cxx @@ -202,15 +202,15 @@ struct heptaquark { double cosHel = hqlambda_boost.Vect().Dot(hqphipair_boost.Vect()) / (hqlambda_boost.Vect().Mag() * hqphipair_boost.Vect().Mag()); if (std::abs(cosHel) > cfgCollinear) selection += 4; -/* - ROOT::Math::XYZVector rPV(col.posX(), col.posY(), col.posZ()); - ROOT::Math::XYZVector rSV(hq3.hqx(), hq3.hqy(), hq3.hqz()); - ROOT::Math::XYZVector L = rSV - rPV; - ROOT::Math::XYZVector exMom(ex.Px(), ex.Py(), ex.Pz()); - double cosPoint = L.Dot(exMom) / (L.R() * pEx.R() + 1e-9); - if (cosPoint < cfgCosPoint) - return 8; -*/ + /* + ROOT::Math::XYZVector rPV(col.posX(), col.posY(), col.posZ()); + ROOT::Math::XYZVector rSV(hq3.hqx(), hq3.hqy(), hq3.hqz()); + ROOT::Math::XYZVector L = rSV - rPV; + ROOT::Math::XYZVector exMom(ex.Px(), ex.Py(), ex.Pz()); + double cosPoint = L.Dot(exMom) / (L.R() * pEx.R() + 1e-9); + if (cosPoint < cfgCosPoint) + return 8; + */ return selection; }