Belle II Software
release-08-01-10
|
Useful data type for returning the results of log likelihood calculation. More...
#include <PDFConstructor.h>
Public Member Functions | |
LogL (double phot) | |
Constructor. More... | |
Public Attributes | |
double | logL = 0 |
extended log likelihood | |
double | expPhotons = 0 |
expected number of photons | |
unsigned | numPhotons = 0 |
detected number of photons | |
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 67 of file PDFConstructor.h.