1 #ifndef __CALIB_PARAM_IN_TIME_V1495_H__
2 #define __CALIB_PARAM_IN_TIME_V1495_H__
14 typedef std::vector<ParamItem> List_t;
17 typedef std::tuple<short, short, short> DetEleLvl_t;
18 typedef std::pair<double, double> CenterWidth_t;
19 typedef std::map<DetEleLvl_t, CenterWidth_t> Map_t;
26 void Add(
const std::string det ,
const short ele,
const short lvl,
const double center,
const double width);
27 void Add(
const std::string det_name,
const short det_id,
const short ele,
const short lvl,
const double center,
const double width);
29 bool Find(
const short det,
const short ele,
const short lvl,
double& center,
double& width);
30 void Print(std::ostream& os);
void Print(std::ostream &os)
int ReadFileCont(LineList &lines)
void ReadDbTable(DbSvc &db)
virtual ~CalibParamInTimeV1495()
bool Find(const short det, const short ele, const short lvl, double ¢er, double &width)
void Add(const std::string det, const short ele, const short lvl, const double center, const double width)
void WriteDbTable(DbSvc &db)
int WriteFileCont(std::ostream &os)
Standard interface with SQL database.
std::vector< std::string > LineList