We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfa10a commit 6359b85Copy full SHA for 6359b85
1 file changed
DPG/Tasks/AOTTrack/D0CalibTables.h
@@ -95,7 +95,7 @@ int codeSqrtScaling(float origValue, float sigma0, float sigma1, int clampMin, i
95
template <typename T>
96
uint8_t getCompressedDecayLength(T decLen)
97
{
98
- return getCompressedUint8(decLen * hf_calib::toMicrometers, 0.1);
+ return getCompressedUint8(decLen * hf_calib::toMicrometers, 10);
99
}
100
101
/// It compresses the normalised decay length (0.5 precision)
0 commit comments