Data point for counting measurement.
More...
#include <JRootfit.hh>
|
| | m_count () |
| | Default constructor.
|
| |
| | m_count (const size_t count) |
| | Constructor.
|
| |
| double | getRho (const double z) const |
| | Get chi2.
|
| |
| double | getPsi (const double z) const |
| | Get derivative of chi2.
|
| |
|
| static double | epsilon () |
| | Minimal value for numerical computations.
|
| |
Data point for counting measurement.
Definition at line 126 of file JRootfit.hh.
◆ m_count() [1/2]
| JROOT::m_count::m_count |
( |
| ) |
|
|
inline |
◆ m_count() [2/2]
| JROOT::m_count::m_count |
( |
const size_t | count | ) |
|
|
inline |
◆ epsilon()
| static double JROOT::m_count::epsilon |
( |
| ) |
|
|
inlinestatic |
Minimal value for numerical computations.
- Returns
- epsilon
Definition at line 150 of file JRootfit.hh.
151 {
152 return std::numeric_limits<double>::min();
153 }
◆ getRho()
| double JROOT::m_count::getRho |
( |
const double | z | ) |
const |
|
inline |
Get chi2.
- Parameters
-
- Returns
- chi2
Definition at line 162 of file JRootfit.hh.
163 {
165
167 }
static double epsilon()
Minimal value for numerical computations.
◆ getPsi()
| double JROOT::m_count::getPsi |
( |
const double | z | ) |
const |
|
inline |
Get derivative of chi2.
- Parameters
-
- Returns
- derivative of chi2
Definition at line 176 of file JRootfit.hh.
◆ count
| size_t JROOT::m_count::count |
The documentation for this struct was generated from the following file: