Expected to be used in XPP-HE.

Goal:

  • several detectors communicate small filter/binning data to TEB
    • example of filter data: BLD 7<photonEnergy<9 (in that range is a good event, outside is a bad event)
    • example of binning data: timetool edge position (a measure of the pump-probe time)
  • the TEB gathers the above small per-event data and sends it back to all DRP nodes (effective "broadcast")
  • the DRP node for the epixUHR does the following:
    • if 7<photonEnergy<9: epixhr_detcalib_sum[bin(pump-probe-time)] += epixhr_detcalib  (this is the "cube")


  • No labels