Belle II Software development
PDFConstructor::LogL Struct Reference

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
 

Detailed Description

Useful data type for returning the results of log likelihood calculation.

Definition at line 58 of file PDFConstructor.h.

Constructor & Destructor Documentation

◆ LogL()

LogL ( double  phot)
inlineexplicit

Constructor.

Parameters
photexpected number of photons

Definition at line 68 of file PDFConstructor.h.

68 : logL(-phot), expPhotons(phot)
69 {}
double expPhotons
expected number of photons
double logL
extended log likelihood

Member Data Documentation

◆ effectiveSignalYield

double effectiveSignalYield = 0

effective number of signal photons in data

Definition at line 62 of file PDFConstructor.h.

◆ expPhotons

double expPhotons = 0

expected number of photons

Definition at line 60 of file PDFConstructor.h.

◆ logL

double logL = 0

extended log likelihood

Definition at line 59 of file PDFConstructor.h.

◆ numPhotons

unsigned numPhotons = 0

detected number of photons

Definition at line 61 of file PDFConstructor.h.


The documentation for this struct was generated from the following file: