![]() |
Belle II Software release-09-00-03
|
Variables used during template fit minimization. More...
#include <TOPTemplateFitter.h>
Public Member Functions | |
| void | clear () |
| set sums used during template fit to initial values | |
Public Attributes | |
| double | S1 = 0 |
| sum of sample weights | |
| double | Sx = 0 |
| sum of template*weight | |
| double | Sxx = 0 |
| sum of template*template*weight | |
| double | Sy = 0 |
| sum of signal sample * weight | |
| double | Sxy = 0 |
| sum of signal sample *template*weight | |
| double | Syy = 0 |
| sum of signal sample * signal sample * weight | |
Variables used during template fit minimization.
Definition at line 69 of file TOPTemplateFitter.h.
|
inline |
set sums used during template fit to initial values
Definition at line 80 of file TOPTemplateFitter.h.
| double S1 = 0 |
sum of sample weights
Definition at line 70 of file TOPTemplateFitter.h.
| double Sx = 0 |
sum of template*weight
Definition at line 71 of file TOPTemplateFitter.h.
| double Sxx = 0 |
sum of template*template*weight
Definition at line 72 of file TOPTemplateFitter.h.
| double Sxy = 0 |
sum of signal sample *template*weight
Definition at line 74 of file TOPTemplateFitter.h.
| double Sy = 0 |
sum of signal sample * weight
Definition at line 73 of file TOPTemplateFitter.h.
| double Syy = 0 |
sum of signal sample * signal sample * weight
Definition at line 75 of file TOPTemplateFitter.h.