Skip to content

Commit db417f5

Browse files
committed
Please consider the following formatting changes
1 parent ac9d30b commit db417f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Femto/FemtoNuclei/TableProducer/HadNucleiFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
108108
constexpr int MotherPdgChunkBase = 10000; // o2-linter: disable=pdg/explicit-code (encoding base, not a PDG code)
109109
constexpr 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
111111
constexpr float HadronDcaFitAxisMax = 2.4f;
112112
constexpr int NucleusDcaFitBins = 2000; // 0.001 cm/bin in [-1, 1] cm
113113
constexpr float NucleusDcaFitAxisMax = 1.f;

0 commit comments

Comments
 (0)