Skip to content

First implementation of QDC digitized charge data in the detector histo module

The DetectorHistogramming modules assumes that all charge is in units of electrons. However, charge can also be in QDC units if digitized. In the latter case, two things must be handled differently:

  • histogram limits and labels set accordingly
  • interpretation of the data, i.e. calls to Units::convert which are used to convert electrons into ke must not be made
Edited by Tobias Bisanz

Merge request reports