10 TrigRoadset::TrigRoadset()
26 ret += m_pos_top.
LoadConfig(dir+
"/rs_LB_pos_top.txt");
27 ret += m_pos_bot.
LoadConfig(dir+
"/rs_LB_pos_bot.txt");
28 ret += m_neg_top.
LoadConfig(dir+
"/rs_LB_neg_top.txt");
29 ret += m_neg_bot.
LoadConfig(dir+
"/rs_LB_neg_bot.txt");
35 m_roadset = roadset_id;
37 if (m_dir_conf !=
"") oss << m_dir_conf;
38 else oss << gSystem->Getenv(
"E1039_RESOURCE") <<
"/trigger/rs";
39 oss <<
"/rs" << roadset_id;
46 oss << gSystem->Getenv(
"E1039_RESOURCE") <<
"/trigger/rs/firmware_ctrl.txt";
47 string fn_ctrl = oss.str();
49 ifstream ifs(fn_ctrl);
55 while (getline(ifs, buffer)) {
56 if (buffer[0] ==
'#')
continue;
61 string str_top, str_bot;
62 if (! (iss >>
id >> str_top >> str_bot))
continue;
63 if (str_top.substr(0, 4) !=
"0xB0")
continue;
64 if (str_bot.substr(0, 4) !=
"0xB1")
continue;
65 int top = stoi(str_top.substr(2), 0, 16);
66 int bot = stoi(str_bot.substr(2), 0, 16);
67 if (top == firmware_LBTop && bot == firmware_LBBot) {
75 if (roadset_id < 0)
return 2;
83 if (level > 0) oss <<
"[" << hex << m_LBTop <<
"," << m_LBBot << dec <<
"]";
85 oss <<
"\n " << m_pos_top.
str(level-2)
86 <<
"\n " << m_pos_bot.
str(level-2)
87 <<
"\n " << m_neg_top.
str(level-2)
88 <<
"\n " << m_neg_bot.
str(level-2);
int LoadConfig(const std::string file_name)
std::string str(const int level=0) const
int LoadConfig(const std::string dir)
std::string str(const int level=0) const