From b1f6878afdd56ff21338ea2bab6807017b335e94 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 8 Jul 2026 03:53:42 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Resonances/xi1820Analysis.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PWGLF/Tasks/Resonances/xi1820Analysis.cxx b/PWGLF/Tasks/Resonances/xi1820Analysis.cxx index ce3a6871167..21761c11a60 100644 --- a/PWGLF/Tasks/Resonances/xi1820Analysis.cxx +++ b/PWGLF/Tasks/Resonances/xi1820Analysis.cxx @@ -16,7 +16,8 @@ #include "PWGLF/DataModel/LFResonanceTables.h" -#include +#include "Common/Core/RecoDecay.h" + #include #include #include @@ -58,9 +59,9 @@ struct Xi1820Analysis { // Constants static constexpr float SmallMomentumDenominator = 1e-10f; // Small value to avoid division by zero - static constexpr int PdgChargedXi1820 = 123314; // o2-linter: disable=pdg/explicit-code (Xi(1820) PDG code not available in PDG_t or o2::constants::physics::Pdg) - static constexpr int PdgXi1820Zero = 123324; // o2-linter: disable=pdg/explicit-code (Xi(1820) PDG code not available in PDG_t or o2::constants::physics::Pdg) - static constexpr int ExpectedDaughters = 2; // Expected number of daughters for two-body decay + static constexpr int PdgChargedXi1820 = 123314; // o2-linter: disable=pdg/explicit-code (Xi(1820) PDG code not available in PDG_t or o2::constants::physics::Pdg) + static constexpr int PdgXi1820Zero = 123324; // o2-linter: disable=pdg/explicit-code (Xi(1820) PDG code not available in PDG_t or o2::constants::physics::Pdg) + static constexpr int ExpectedDaughters = 2; // Expected number of daughters for two-body decay // Axes ConfigurableAxis binsPt{"binsPt", {VARIABLE_WIDTH, 0.0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.5, 2.0, 3.0, 4.0, 6.0, 8.0, 10.0}, "pT"};