From 8dd8a6e251313aebba42a110c0f722e7f78f9801 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 13 Sep 2026 16:56:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx b/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx index cdce7fbc145..fdc18ea18d2 100644 --- a/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx +++ b/PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx @@ -107,7 +107,7 @@ constexpr int Lithium4PDG = o2::constants::physics::Pdg::kLithium4; // loss of integer precision that a single float coordinate has near 10^9. constexpr int MotherPdgChunkBase = 10000; // o2-linter: disable=pdg/explicit-code (encoding base, not a PDG code) constexpr int MotherPdgHighMax = 120000; // o2-linter: disable=pdg/explicit-code (encoding-axis limit, not a PDG code) -constexpr int HadronDcaFitBins = 2400; // 0.002 cm/bin in [-2.4, 2.4] cm +constexpr int HadronDcaFitBins = 2400; // 0.002 cm/bin in [-2.4, 2.4] cm constexpr float HadronDcaFitAxisMax = 2.4f; constexpr int NucleusDcaFitBins = 2000; // 0.001 cm/bin in [-1, 1] cm constexpr float NucleusDcaFitAxisMax = 1.f;