Belle II Software development
|
Useful data type for returning the results of log likelihood calculation. More...
#include <PDFConstructor.h>
Public Member Functions | |
LogL (double phot) | |
Constructor. | |
Public Attributes | |
double | logL = 0 |
extended log likelihood | |
double | expPhotons = 0 |
expected number of photons | |
unsigned | numPhotons = 0 |
detected number of photons | |
double | effectiveSignalYield = 0 |
effective number of signal photons in data | |
Useful data type for returning the results of log likelihood calculation.
Definition at line 58 of file PDFConstructor.h.
|
inlineexplicit |
Constructor.
phot | expected number of photons |
Definition at line 68 of file PDFConstructor.h.
double effectiveSignalYield = 0 |
effective number of signal photons in data
Definition at line 62 of file PDFConstructor.h.
double expPhotons = 0 |
expected number of photons
Definition at line 60 of file PDFConstructor.h.
double logL = 0 |
extended log likelihood
Definition at line 59 of file PDFConstructor.h.
unsigned numPhotons = 0 |
detected number of photons
Definition at line 61 of file PDFConstructor.h.