Jpp
19.0.0
the software that should make you happy
|
Data point for counting measurement. More...
#include <JRootfit.hh>
Public Member Functions | |
m_count () | |
Default constructor. More... | |
m_count (const size_t count) | |
Constructor. More... | |
double | getRho (const double z) const |
Get chi2. More... | |
double | getPsi (const double z) const |
Get derivative of chi2. More... | |
Static Public Member Functions | |
static double | epsilon () |
Minimal value for numerical computations. More... | |
Public Attributes | |
size_t | count |
count More... | |
Data point for counting measurement.
Definition at line 64 of file JRootfit.hh.
|
inline |
Default constructor.
Definition at line 68 of file JRootfit.hh.
|
inline |
|
inlinestatic |
|
inline |
Get chi2.
z | expectation value |
Definition at line 100 of file JRootfit.hh.
|
inline |
Get derivative of chi2.
z | expectation value |
Definition at line 114 of file JRootfit.hh.
size_t JROOT::m_count::count |
count
Definition at line 120 of file JRootfit.hh.