1 #ifndef __CALIB_PARAM_H__
2 #define __CALIB_PARAM_H__
9 static const int N_PL = 30;
10 static const double DT_RT;
15 TGraph* m_gr_t2r_in[N_PL];
30 void SetAnaPlanes(
const bool d0,
const bool d1,
const bool d2,
const bool d3p,
const bool d3m);
36 double GetTMin(
const int i_pl)
const {
return T_MIN[i_pl]; }
37 double GetTMax(
const int i_pl)
const {
return T_MAX[i_pl]; }
38 double GetRMax(
const int i_pl)
const {
return R_MAX[i_pl]; }
39 double GetT0 (
const int i_pl)
const {
return T0 [i_pl]; }
40 double GetT1 (
const int i_pl)
const {
return T1 [i_pl]; }
42 TGraph*
GetGraphT2R (
const int i_pl)
const {
return m_gr_t2r_in[i_pl]; }
44 void Init(
const int n_rt_pt);
46 void WriteRTParam(
const std::string dir_name,
const std::string fname);
47 void WriteRTGraph(
const std::string dir_name,
const std::string fname);
Class to hold the calibration parameters.
void ReadTimeWindow(const std::string fname)
bool GetAnaPlane(const int i_pl)
double GetTMax(const int i_pl) const
void Init(const int n_rt_pt)
double GetRMax(const int i_pl) const
void WriteRTParam(const std::string dir_name, const std::string fname)
double GetT0(const int i_pl) const
void WriteRTGraph(const std::string dir_name, const std::string fname)
TGraph * GetGraphT2R(const int i_pl) const
double GetT1(const int i_pl) const
void ReadRTParam(const std::string fname)
static double ZOfStationID(const int st_id)
RTCurve * GetRTCurve(const int i_pl) const
double GetTMin(const int i_pl) const
void SetAnaPlanes(const bool d0, const bool d1, const bool d2, const bool d3p, const bool d3m)
bool TimeWindowIsFixed() const
Class to represent R-T curve.