Skip to content

Commit 6681d7a

Browse files
authored
Merge pull request #17 from alibuild/alibot-cleanup-16946
Please consider the following formatting changes to #16946
2 parents a382517 + b1f6878 commit 6681d7a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

PWGLF/Tasks/Resonances/xi1820Analysis.cxx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
#include "PWGLF/DataModel/LFResonanceTables.h"
1818

19-
#include <Common/Core/RecoDecay.h>
19+
#include "Common/Core/RecoDecay.h"
20+
2021
#include <CommonConstants/MathConstants.h>
2122
#include <CommonConstants/PhysicsConstants.h>
2223
#include <Framework/ASoA.h>
@@ -58,9 +59,9 @@ struct Xi1820Analysis {
5859

5960
// Constants
6061
static constexpr float SmallMomentumDenominator = 1e-10f; // Small value to avoid division by zero
61-
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)
62-
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)
63-
static constexpr int ExpectedDaughters = 2; // Expected number of daughters for two-body decay
62+
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)
63+
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)
64+
static constexpr int ExpectedDaughters = 2; // Expected number of daughters for two-body decay
6465

6566
// Axes
6667
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"};

0 commit comments

Comments
 (0)