wavecatcher-analysis
|
Fit function for SiPMs missing after-pulses and dark counts but with biased pedestal. More...
#include <FitFunctions.h>
Public Member Functions | |
double | operator() (double *x, double *p) |
Fit function for SiPMs missing after-pulses and dark counts but with biased pedestal.
See https://arxiv.org/abs/1609.01181 for explanation of fit function.
See https://root.cern/manual/fitting/ for ROOT fitting.
Definition at line 123 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: Virtual pedestal shift of pe peaks 7 - Pedestal scaling for biased pedestal 8 - Position of biased pedestal |
Definition at line 137 of file FitFunctions.h.