Skip to content

Bits & Pieces from the DESY Testbeam

Simon Spannagel requested to merge desy-fixed-to-be-reviewed into master

This MR contains a few (unfortunately unrelated) changes that have been made during the last DESY test beam campaign. I have polished them now so they should be fine to go into the master branch:

  • New histogram showing the location of pixel raw values over the detector matrix
  • Possibility to fill the time-correlation-vs-time histogram to detect timing jumps, now with correlation_time_vs_time = true in the config
  • Assign trigger timestamp to event and pixels without timestamp to allow correlating M26 pixels with other devices in time

The last feature is still to be debated:

  • The event should be configured as it is now, i.e. setting begin and end to the trigger TS? Or should it also take into account if the trigger event actually had a length (like 25ns or longer via ajust_event_times)?
  • The pixel timestamp should be taken from the event begin? Or from the trigger TS?
Edited by Simon Spannagel

Merge request reports