Skip to content

Added utilities for PS in OTinjectionDelayOptimization

Fabio Ravera requested to merge fravera/Ph2_ACF:SoCtest into Dev

OTinjectionDelayOptimization it will underperform if run without pedestal equalization and noise measurement for this reasons:

  • Untrimmed channels would provide a not precise measurement of the pulse shape
  • Noise to set the threshold will be the expected value and not the one measured with the SCurve.

To run the procedure, before run pedestal equalization and noise measurement:

runCalibration -f <xmlFile> -c calibrationandpedenoise -b

And with the result stored in the folder Results/Run_

runCalibration -r <runNumber> -c injectionDelayOptimization -b

Merge request reports