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
GitLab Runners cleaning campaign ongoing (ETA 2nd October 2023). Check https://cern.ch/otg0078219 for further information.
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