1 #ifndef _MAKE_RT_CURVE__H_
2 #define _MAKE_RT_CURVE__H_
5 #include <TLorentzVector.h>
16 static const int N_RT_PT = 9;
18 std::string m_dir_name_out;
23 unsigned int m_n_evt_all;
24 unsigned int m_n_evt_ana;
25 unsigned int m_n_trk_all;
26 unsigned int m_n_trk_ana;
48 void EvalD2XY(
const Tracklet* trk,
double& x,
double& y);
49 void EvalD3XY(
const Tracklet* trk,
double& x,
double& y);
Class to hold calibration data.
Class to hold the calibration parameters.
void Verbosity(const int verb)
MakeRTCurve(const int iter)
void AnalyzeFile(const char *fname)
void AnalyzeListOfFiles(const char *fn_list)