Skip to content

WIP: Injection delay scan

Mark Standke requested to merge injection_delay_scan into development

This branch adds the ability to measure the injection delay within the pixel matrix of the chip. Primary intention is to verify the data given in table 35 of the RD53A manual. This is achieved by changing the fine delay of each injection from 0ns to 25ns (fine delay_bit 0-16. The analysis creates scurves, which checks at which fine delay the relative bcid shifts from bin 10 to 11. The hereby produced scurves are fitted and plotted like shown in the appended pdf. Based on the rise position of the scurve an injection delay map is created, which is furthermore intended to be used in the implementation of an in time threshold scan. This is an exemplary output pdf: injection_delay_scan_interpreted.pdf

Edited by Mark Standke

Merge request reports