GET library
|
The amplitude calculation mode is defined with the GETSystemAnalyser::SetAmplitudeMode function.
The amplitudes are determined when analysing the raw data and when processing the corrected data. The signal width correspond to the time of signal above threshold above maximum, except in case of a Gaus fit, in which case it is defined as the FWHM. Only valid hit channels are considered.
The accepted modes are:
The local analysis modes (average or quadratic fit) require that a window size is defined around the maximum (set by GETSystemAnalyser::SetAmplitudeMode or GETSystemAnalyser::SetAmplitudeWindow functions).
For reconstructed signal, the class define a flag indicating whether all data in the analysis time limits are considered (FULL_REC mode), or only data above threshold.
The reconstructed analysis time limits are also user defined.
The reconstructed signal mode and analysis may modify the hit pattern when computing the amplitudes and times for all channels.
The multiple maxima analysis is based on the RExtremaFinder class of the GRootTools library. It is designed to search for several "peaks" in the channels signal.