File tree Expand file tree Collapse file tree
PWGCF/Femto/FemtoNuclei/TableProducer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ constexpr int Lithium4PDG = o2::constants::physics::Pdg::kLithium4;
107107// loss of integer precision that a single float coordinate has near 10^9.
108108constexpr int MotherPdgChunkBase = 10000 ; // o2-linter: disable=pdg/explicit-code (encoding base, not a PDG code)
109109constexpr int MotherPdgHighMax = 120000 ; // o2-linter: disable=pdg/explicit-code (encoding-axis limit, not a PDG code)
110- constexpr int HadronDcaFitBins = 2400 ; // 0.002 cm/bin in [-2.4, 2.4] cm
110+ constexpr int HadronDcaFitBins = 2400 ; // 0.002 cm/bin in [-2.4, 2.4] cm
111111constexpr float HadronDcaFitAxisMax = 2 .4f ;
112112constexpr int NucleusDcaFitBins = 2000 ; // 0.001 cm/bin in [-1, 1] cm
113113constexpr float NucleusDcaFitAxisMax = 1 .f;
You can’t perform that action at this time.
0 commit comments