Skip to content

Fix wrong cfd rising time correction used in HGTD Digitization

Tao Wang requested to merge atlas-hgtd/athena:HGTD-fix-digi-tof-issue into master

The intended time difference mean value between pulse staring point and the cfd point is supposed to be 0.408 ns instead of 0.4 ns.

And when calculating the pulse, int instead of size_t is needed as the sign of i matters and it's desired

Edited by ATLAS Robot

Merge request reports