1 #ifndef __FIT_RT_DIST_H__
2 #define __FIT_RT_DIST_H__
28 static double FCN(
const double* xx);
29 static void CalcChi2(
const double* pars,
double& chi2,
int& ndf);
31 void FixT1T0(
const double t1,
const double t0);
32 int DoFit(
const int n_pt, TH2* h2,
double r_max, TGraph* gr_init,
RTCurve* rtc);
38 static void SetRTCurve(
const double* pars,
RTCurve* rtc);
Class for fitting R-T histogram.
double m_t1
Fixed T1 value. Valid only when m_fix_t1t0 = true.
static double FCN(const double *xx)
void Verbosity(const int verb)
double m_t0
Fixed T0 value. Valid only when m_fix_t1t0 = true.
static void CalcChi2(const double *pars, double &chi2, int &ndf)
static int m_n_pt
N of R-T points.
int DoFit(const int n_pt, TH2 *h2, double r_max, TGraph *gr_init, RTCurve *rtc)
static int m_n_par
N of free parameters.
void FixT1T0(const double t1, const double t0)
Class to represent R-T curve.