Skip to content

ATLASPix Event Loader: configuralbe clkdivend2, modified detection of time window end

Tomas Vanat requested to merge tvanat/corryvreckan:master into master

clkdivend2 can be any number from 0 to 15, corresponding to what is set in ATLASPix register. Time window ends (pixels are returned) only when the readout frame started after the window end time and the readout frame does not contain any hits belonging to the window. The file read position for next window starts with a readout frame where the first pixel out of (behind) the previous window was seen. ToT is calculated only when the pixel is stored (to save computing time by avoiding unnecessary division).

Edited by Tomas Vanat

Merge request reports