Skip to content

Commit acc5a44

Browse files
authored
[DPG] Fix typo in decay length compression for D0 derived data for calibration (#12869)
1 parent 6d8f50c commit acc5a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)