Skip to content

Commit 4bae9c1

Browse files
fgrosaMATTEI
authored andcommitted
[DPG] Fix typo in decay length compression for D0 derived data for calibration (AliceO2Group#12869)
1 parent 09aa78b commit 4bae9c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DPG/Tasks/AOTTrack/D0CalibTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int codeSqrtScaling(float origValue, float sigma0, float sigma1, int clampMin, i
9595
template <typename T>
9696
uint8_t getCompressedDecayLength(T decLen)
9797
{
98-
return getCompressedUint8(decLen * hf_calib::toMicrometers, 0.1);
98+
return getCompressedUint8(decLen * hf_calib::toMicrometers, 10);
9999
}
100100

101101
/// It compresses the normalised decay length (0.5 precision)

0 commit comments

Comments
 (0)