Class Reference for E1039 Core & Analysis Software
|
Class for fitting R-T histogram. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/CalibChamXT/src/FitRTDist.h>
Public Member Functions | |
FitRTDist () | |
virtual | ~FitRTDist () |
void | FixT1T0 (const double t1, const double t0) |
int | DoFit (const int n_pt, TH2 *h2, double r_max, TGraph *gr_init, RTCurve *rtc) |
void | Verbosity (const int verb) |
int | Verbosity () const |
Static Public Member Functions | |
static double | FCN (const double *xx) |
static void | CalcChi2 (const double *pars, double &chi2, int &ndf) |
Protected Attributes | |
bool | m_fix_t1t0 |
double | m_t1 |
Fixed T1 value. Valid only when m_fix_t1t0 = true. More... | |
double | m_t0 |
Fixed T0 value. Valid only when m_fix_t1t0 = true. More... | |
int | m_verb |
Static Protected Attributes | |
static int | m_n_pt = 0 |
N of R-T points. More... | |
static int | m_n_par = 0 |
N of free parameters. More... | |
static TH2 * | m_h2_RT = 0 |
static double | m_t_min = 0 |
static double | m_t_max = 0 |
static double | m_r_max = 0 |
Class for fitting R-T histogram.
Definition at line 9 of file FitRTDist.h.
FitRTDist::FitRTDist | ( | ) |
Definition at line 21 of file FitRTDist.cc.
|
virtual |
Definition at line 30 of file FitRTDist.cc.
|
static |
N of parameters = m_n_pt + 1 pars[0] = T1 [1] = T0 [2] = DR (constant over T) [3]...[m_n_pt] = R at each non-edge T points
Note that the T position of each point is not fixed but depends on T1 & T0.
Definition at line 52 of file FitRTDist.cc.
References RTCurve::EvalR(), RTCurve::GetRWidth(), m_h2_RT, m_n_par, and m_n_pt.
Referenced by DoFit(), and FCN().
int FitRTDist::DoFit | ( | const int | n_pt, |
TH2 * | h2, | ||
double | r_max, | ||
TGraph * | gr_init, | ||
RTCurve * | rtc | ||
) |
Definition at line 88 of file FitRTDist.cc.
References CalcChi2(), FCN(), m_fix_t1t0, m_h2_RT, m_n_par, m_n_pt, m_r_max, m_t0, m_t1, m_t_max, m_t_min, and m_verb.
Referenced by MakeRTCurve::ExtractRT(), and SRMakeRTCurve::ExtractRT().
|
static |
Definition at line 35 of file FitRTDist.cc.
References CalcChi2().
Referenced by DoFit().
void FitRTDist::FixT1T0 | ( | const double | t1, |
const double | t0 | ||
) |
Definition at line 81 of file FitRTDist.cc.
References m_fix_t1t0, m_t0, and m_t1.
Referenced by MakeRTCurve::ExtractRT(), and SRMakeRTCurve::ExtractRT().
|
inline |
Definition at line 35 of file FitRTDist.h.
References m_verb.
|
inline |
Definition at line 34 of file FitRTDist.h.
References m_verb.
Referenced by MakeRTCurve::ExtractRT(), and SRMakeRTCurve::ExtractRT().
|
protected |
Definition at line 11 of file FitRTDist.h.
|
staticprotected |
Definition at line 17 of file FitRTDist.h.
Referenced by CalcChi2(), and DoFit().
|
staticprotected |
N of free parameters.
Definition at line 16 of file FitRTDist.h.
Referenced by CalcChi2(), and DoFit().
|
staticprotected |
|
staticprotected |
Definition at line 20 of file FitRTDist.h.
Referenced by DoFit().
|
protected |
Fixed T0 value. Valid only when m_fix_t1t0 = true.
Definition at line 13 of file FitRTDist.h.
|
protected |
Fixed T1 value. Valid only when m_fix_t1t0 = true.
Definition at line 12 of file FitRTDist.h.
|
staticprotected |
Definition at line 19 of file FitRTDist.h.
Referenced by DoFit().
|
staticprotected |
Definition at line 18 of file FitRTDist.h.
Referenced by DoFit().
|
protected |
Definition at line 22 of file FitRTDist.h.
Referenced by DoFit(), and Verbosity().