wavecatcher-analysis
|
Fit function for SiPMs missing after-pulses and dark counts but including additional dark count spectrum. More...
#include <FitFunctions.h>
Public Member Functions | |
double | operator() (double *x, double *p) |
Fit function for SiPMs missing after-pulses and dark counts but including additional dark count spectrum.
Sum of two spectra for event spectrum + dark count (background trigger) spectrum. To be used if the trigger and filter selections are not perfect and there are still empty events.
Definition at line 369 of file FitFunctions.h.
|
inline |
x | |
p | 0 - N0: Normalization (~Number of events) 1 - mu: for generalized poisson distribution 2 - lambda: Borel-branching parameter for prompt crosstalk probability 1-exp(-lambda) 3,4 -sigma0, sigma1 5 - G: gain 6 - B: Pedestal 7 - mu_dc: mu for dark count rate in dark events (dark events = noise/background triggers without photons in SiPMs) 8 - N0_dc: fraction (dark events)/(total number of events) |
Definition at line 382 of file FitFunctions.h.