From 6359b85a502a0476985ab25da4af09cafc6115d6 Mon Sep 17 00:00:00 2001 From: Fabrizio Grosa Date: Thu, 4 Sep 2025 17:33:19 +0200 Subject: [PATCH] Fix typo in decay length compression for D0 derived data for calibration --- DPG/Tasks/AOTTrack/D0CalibTables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DPG/Tasks/AOTTrack/D0CalibTables.h b/DPG/Tasks/AOTTrack/D0CalibTables.h index 1564b6cebdf..33c9efdc2dd 100644 --- a/DPG/Tasks/AOTTrack/D0CalibTables.h +++ b/DPG/Tasks/AOTTrack/D0CalibTables.h @@ -95,7 +95,7 @@ int codeSqrtScaling(float origValue, float sigma0, float sigma1, int clampMin, i template uint8_t getCompressedDecayLength(T decLen) { - return getCompressedUint8(decLen * hf_calib::toMicrometers, 0.1); + return getCompressedUint8(decLen * hf_calib::toMicrometers, 10); } /// It compresses the normalised decay length (0.5 precision)