Skip to content

Commit 7b4305d

Browse files
authored
Merge pull request #35 from alibuild/alibot-cleanup-13242
Please consider the following formatting changes to #13242
2 parents 9fb4fc6 + 1bf5220 commit 7b4305d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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;

0 commit comments

Comments
 (0)