Skip to content

Commit 6cc9e6f

Browse files
committed
Please consider the following formatting changes
1 parent 9fb4fc6 commit 6cc9e6f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

PWGLF/Tasks/Resonances/omega2012Analysis.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ using namespace o2::constants::physics;
3636

3737
struct Omega2012Analysis {
3838
// Constants
39-
static constexpr float kSmallNumber = 1e-10f; // Small number to avoid division by zero
40-
static constexpr float kMaxDCAV0ToPV = 1.0f; // Maximum DCA of V0 to PV
41-
static constexpr int kNumExpectedDaughters = 2; // Expected number of daughters for 2-body decay
42-
static constexpr int kPlaceholderPdgCode = 9999999; // o2-linter: disable=pdg/explicit-code (placeholder for generator-specific Omega(2012) PDG code)
39+
static constexpr float kSmallNumber = 1e-10f; // Small number to avoid division by zero
40+
static constexpr float kMaxDCAV0ToPV = 1.0f; // Maximum DCA of V0 to PV
41+
static constexpr int kNumExpectedDaughters = 2; // Expected number of daughters for 2-body decay
42+
static constexpr int kPlaceholderPdgCode = 9999999; // o2-linter: disable=pdg/explicit-code (placeholder for generator-specific Omega(2012) PDG code)
4343
SliceCache cache;
4444
Preslice<aod::ResoCascades> perResoCollisionCasc = aod::resodaughter::resoCollisionId;
4545
Preslice<aod::ResoV0s> perResoCollisionV0 = aod::resodaughter::resoCollisionId;

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)