From 304fa1b120211e1a08f8d77f30d33036cd7db7f9 Mon Sep 17 00:00:00 2001 From: mhartung71 <50153519+mhartung71@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:13:59 +0100 Subject: [PATCH 1/4] Update trHeAnalysis.cxx --- PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx index 5137841cac4..46a054b75d8 100644 --- a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx +++ b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx @@ -287,7 +287,7 @@ struct TrHeAnalysis { Configurable cfgMaxDCAXY{"cfgMaxDCAXY", 10000.f, "Maximum DCA to PV in Z"}; Configurable cfgMinDCAZ{"cfgMinDCAZ", 0.f, "Minimum DCA to PV in XY"}; Configurable cfgMaxDCAZ{"cfgMaxDCAZ", 10000.f, "Maximum DCA to PV in Z"}; - Configurable cfgTrackSign{"cfgTrackSign", 0, "1: positive only, -1: negative only, 0: all tracks"}; + Configurable cfgTrackSign{"cfgTrackSign", 0, "1: positive only, -1: negative only, 0: all tracks"}; } trackCuts; Configurable> cfgBetheBlochParams{"cfgBetheBlochParams", From 58b6c8ba0d939bc773fc46f250591b67081d35b3 Mon Sep 17 00:00:00 2001 From: mhartung71 <50153519+mhartung71@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:19:36 +0100 Subject: [PATCH 2/4] Update trHeAnalysis.cxx --- PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx index 46a054b75d8..5cfed67e4b4 100644 --- a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx +++ b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx @@ -1,6 +1,6 @@ // Copyright 2019-2020 CERN and copyright holders of ALICE O2. -// See https://alice-o2.web.cern.ch/copyright for details of the copyright -// holders. All rights not expressly granted are reserved. +// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. +// All rights not expressly granted are reserved. // // This software is distributed under the terms of the GNU General Public // License v3 (GPL Version 3), copied verbatim in the file "COPYING". @@ -10,9 +10,7 @@ // or submit itself to any jurisdiction. /// /// \file trHeAnalysis.cxx -/// /// \brief triton and helion analysis on Run 3 pp data -/// /// \author Esther Bartsch , Goethe University Frankfurt #include "MetadataHelper.h" From eaba46ad17ec8802e358835531637af678b95634 Mon Sep 17 00:00:00 2001 From: mhartung71 <50153519+mhartung71@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:30:31 +0100 Subject: [PATCH 3/4] Update hypKfRecoTask.cxx --- PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx b/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx index 5104536a667..165e8a40dff 100644 --- a/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx @@ -47,7 +47,7 @@ #include #include #include - +#include // KFParticle #ifndef HomogeneousField #define HomogeneousField // o2-linter: disable=name/macro (Name is defined in KFParticle package) @@ -232,7 +232,7 @@ struct HyperNucleus { v0DaughterVec.push_back(dv0 - 1); } int getNdaughters() { return static_cast(daughters.size()); } - std::vector getV0daughters() { return v0DaughterVec; }; + std::vector getV0daughters() { return v0DaughterVec; } std::vector getNonV0daughters() { std::vector vec; From c0df749c9c14038bb662c78406b35474e389c5ca Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 19 Feb 2026 16:31:14 +0000 Subject: [PATCH 4/4] Please consider the following formatting changes --- PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx b/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx index 165e8a40dff..79df0009b51 100644 --- a/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/hypKfRecoTask.cxx @@ -45,9 +45,9 @@ #include #include +#include #include #include -#include // KFParticle #ifndef HomogeneousField #define HomogeneousField // o2-linter: disable=name/macro (Name is defined in KFParticle package)