1 #include "algebraic_fitting_function.h"
12 : params(other.params)
28 double p[] = {thet, Xma, Xmi, alph, gam};
42 if (cb < 0 || cb > 1)
return 0;
43 double arg = 1. - TMath::Power(cb,
params.
alpha.value);
44 if (arg < 0)
return 0;
97 f.SetParNames(
"#theta",
"X_{max}",
"X_{min}",
"#alpha",
"#gamma");
110 f.SetParLimits(0, 0.1, 100.);
111 double xmax = h->GetXaxis()->GetBinUpEdge(h->GetNbinsX());
112 double xmin = xmax / 7.;
113 f.SetParameter(1,
params.
Xmax.value = xmin * 2);
114 f.SetParLimits(1, xmin, xmax);
115 f.SetParameter(2,
params.
k0.value = 0);
116 f.SetParLimits(2, 0, xmin);
118 f.SetParLimits(3, 0.1, 5);
120 f.SetParLimits(4, 0.1, 10);
Algebraic relationship between mean value of observable and centrality.
void fill_array_from_params(double *p) const
algebraic_fitting_function()
double k_cb(double cb) const
void fill_params_from_array(double *p)
void set_par_names(TF1 &f) const
void set_initial_parameters(TH1 *h, TF1 &f)
class KVImpactParameters::algebraic_fitting_function::bce_fit_results params