Skip to content

Commit 1e9455b

Browse files
authored
Merge pull request #36 from alibuild/alibot-cleanup-13242
Please consider the following formatting changes to #13242
2 parents 7b4305d + 6cc9e6f commit 1e9455b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Resonances/xi1820Analysis.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ struct Xi1820Analysis {
4444

4545
// Constants
4646
static constexpr float kSmallMomentumDenominator = 1e-10f; // Small value to avoid division by zero
47-
static constexpr float kMaxDcaToPv = 1.0f; // Maximum DCA to primary vertex
48-
static constexpr int kPdgXi1820 = 123314; // o2-linter: disable=pdg/explicit-code (Xi(1820) PDG code not available in PDG_t or o2::constants::physics::Pdg)
49-
static constexpr int kExpectedDaughters = 2; // Expected number of daughters for two-body decay
47+
static constexpr float kMaxDcaToPv = 1.0f; // Maximum DCA to primary vertex
48+
static constexpr int kPdgXi1820 = 123314; // o2-linter: disable=pdg/explicit-code (Xi(1820) PDG code not available in PDG_t or o2::constants::physics::Pdg)
49+
static constexpr int kExpectedDaughters = 2; // Expected number of daughters for two-body decay
5050

5151
// Axes
5252
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)