A structure to contain the result of each attempt. It gets cleared and filled again at each call of Step::GetSmoothFit()
.
#include <Step.h>
|
size_t | degree () const |
|
double | x2n () const |
|
double | x2nErr () const |
|
double | prob () const |
|
double | chi2T () const |
|
double | chi2V () const |
|
double | x2nT () const |
|
double | x2nV () const |
|
template<typename POL > |
TF1 * | GetTF1 (const char *name, POL pol, double m, double M) const |
|
|
const bool | valid |
|
double | chi2 |
|
unsigned int | ndf |
|
std::vector< double > | X |
|
std::vector< double > | chi2sT |
|
std::vector< double > | chi2sV |
|
◆ chi2T()
◆ chi2V()
◆ degree()
◆ GetTF1()
TF1* GetTF1 |
( |
const char * |
name, |
|
|
POL |
pol, |
|
|
double |
m, |
|
|
double |
M |
|
) |
| const |
|
inline |
67 auto f =
new TF1(
name, pol, m, M, pol.npars);
68 f->SetParameters(
X.data());
69 f->SetTitle(Form(
"#chi^{2}_{%zu}/ndf = %.1f/%d",
degree(),
chi2,
ndf));
◆ prob()
◆ x2n()
◆ x2nErr()
◆ x2nT()
◆ x2nV()
◆ chi2
◆ chi2sT
std::vector<double> chi2sT |
chi2s from training replicas
◆ chi2sV
std::vector<double> chi2sV |
chi2s from validation replicas
◆ ndf
◆ valid
output of ROOT::Math::Minimizer::Minimize()
parameters from ROOT Minimizer
The documentation for this struct was generated from the following file: