1 #ifndef _SR_MAKE_RT_CURVE_H_
2 #define _SR_MAKE_RT_CURVE_H_
21 static const int N_RT_PT = 9;
23 std::string m_dir_name_out;
28 unsigned int m_n_evt_all;
29 unsigned int m_n_evt_ana;
30 unsigned int m_n_trk_all;
31 unsigned int m_n_trk_ana;
38 SRMakeRTCurve(
const int iter,
const std::string& name=
"SRMakeRTCurve");
47 void GetGoodTrackletRange(
const int st_id,
double& x_lo,
double& x_hi,
double& y_lo,
double& y_hi,
double& tx_lo,
double& tx_hi,
double& ty_lo,
double& ty_hi);
Class to hold calibration data.
Class to hold the calibration parameters.
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.
int AnaForOneStation(TrackletVector *trklet_vec, const int st_id, const int n_trklet)
void GetGoodTrackletRange(const int st_id, double &x_lo, double &x_hi, double &y_lo, double &y_hi, double &tx_lo, double &tx_hi, double &ty_lo, double &ty_hi)
bool InAcceptance(const Tracklet *trk)
int Init(PHCompositeNode *topNode)
int FindBestTracklet(TrackletVector *trklet_vec, const int st_id_tgt)
int process_event(PHCompositeNode *topNode)
SRMakeRTCurve(const int iter, const std::string &name="SRMakeRTCurve")
int InitRun(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.