1 #ifndef __CALIB_PARAM_IN_TIME_TAIWAN_H__
2 #define __CALIB_PARAM_IN_TIME_TAIWAN_H__
13 typedef std::vector<ParamItem> List_t;
16 typedef std::pair<short, short> DetEle_t;
17 typedef std::pair<double, double> CenterWidth_t;
18 typedef std::map<DetEle_t, CenterWidth_t> Map_t;
25 void Add(
const std::string det ,
const short ele,
const double center,
const double width);
26 void Add(
const std::string det_name,
const short det_id,
const short ele,
const double center,
const double width);
28 bool Find(
const short det,
const short ele,
double& center,
double& width);
29 void Print(std::ostream& os);
Standard interface with SQL database.
std::vector< std::string > LineList