1 #ifndef _NMR_SIGNAL__H_
2 #define _NMR_SIGNAL__H_
6 std::vector<double> m_list_pt;
15 double GetPoint(
const int idx) {
return m_list_pt[idx]; }
17 void AddPoint(
const double val) { m_list_pt.push_back(val); }
void SetEventNum(const int evt_num)
void AddPoint(const double val)
double GetPoint(const int idx)