Skip to content

Additional Plots for Deposition and Digitization

Simon Spannagel requested to merge deposition_plots into master

This MR adds a few additional debug plots

  • DepositionGeant4 now has the ability to produce per-sensor plots of the total deposited charge. Histograms are only allocated, filled and written of output_plots = true is set.
  • DefaultDigitizer now has an additional 2D histogram containing the calibration curve between pixel charge in electrons and ADC units. This histogram is only allocated, filled and written if adc_resolution is set to a value larger than zero.

The module documentations are updated accordingly.

@kwolters please quickly review.

Merge request reports