File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ using namespace o2::constants::physics;
3636
3737struct 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;
You can’t perform that action at this time.
0 commit comments