Jpp
15.0.1-rc.1-highqe
the software that should make you happy
|
Template specialisation of two-fold coincidence rate due to K40 and other radioactive decays. More...
#include <JFitK40.hh>
Public Member Functions | |
JFitK40_t (const JFitK40_t< TF2 > &f2) | |
Constructor. More... | |
TFitResultPtr | operator() (TH1 &h1, const std::string &option) |
Fit 1D-histogram. More... | |
Static Public Member Functions | |
static Double_t | getTimeOffset (const Double_t *x, const Double_t *data) |
Get time offset as a function of the fit parameters. More... | |
Template specialisation of two-fold coincidence rate due to K40 and other radioactive decays.
Note that for use in ROOT fit operations, the member method JFitK40_t::getTimeOffset is static.
Definition at line 716 of file JFitK40.hh.
|
inline |
Constructor.
f2 | 2D-fit function |
Definition at line 725 of file JFitK40.hh.
|
inlinestatic |
Get time offset as a function of the fit parameters.
x | pointer to data |
data | pointer to parameter values |
Definition at line 757 of file JFitK40.hh.
|
inline |
Fit 1D-histogram.
h1 | ROOT histogram |
option | fit option |
Definition at line 775 of file JFitK40.hh.