Skip to content

Change binning for ADC plots

Paul Jean Schutze requested to merge pschutze/allpix-squared:ADCbins into master

Changed the number of bins in the pixelcharge_adc plots:

Before: adcbins = 2^res -1

After: adcbins = 2^res

Like this the highest (overflow) ADC value is plotted as well.

Example: For a 2 bit ADC, the plot showed 0 to 3, such that the actual values for adc=3 were not displayed.

Merge request reports