Jpp
18.6.0-rc.1
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 63 of file JRootfit.hh.
|
inline |
Default constructor.
Definition at line 67 of file JRootfit.hh.
|
inline |
|
inlinestatic |
|
inline |
Get chi2.
z | expectation value |
Definition at line 99 of file JRootfit.hh.
|
inline |
Get derivative of chi2.
z | expectation value |
Definition at line 113 of file JRootfit.hh.
size_t JROOT::m_count::count |
count
Definition at line 119 of file JRootfit.hh.