wavecatcher-analysis
|
Gauss-Poisson distribution for fit of PMT charge spectra. More...
#include <FitFunctions.h>
Public Member Functions | |
double | operator() (double *x, double *p) |
Gauss-Poisson distribution for fit of PMT charge spectra.
See https://doi.org/10.1016/0168-9002(94)90183-X
Definition at line 174 of file FitFunctions.h.
|
inline |
x | |
p | 0 - A: normalization to number of events in fit region 1 - w: probability for type II BG 2 - alpha: coefficient of exponential decrease of typ II BG 3 - sigma0: sigma of pedestal 4 - Q0: position of pedestal 5 - mu: mean number of PE 6 - sigma1: width of 1 PE peak 7 - Q1: position of 1 PE peak |
Definition at line 187 of file FitFunctions.h.