1 #ifndef SiStripUtility_H
2 #define SiStripUtility_H
26 static bool checkME(std::string element, std::string name, std::string& full_path);
27 static int getMEList(std::string name, std::string& dir_path, std::vector<std::string>& me_names);
29 static void split(
const std::string& str, std::vector<std::string>& tokens,
30 const std::string& delimiters=
" ");
static void setBadModuleFlag(std::string &hname, uint16_t &flg)
static void getMEValue(MonitorElement *me, std::string &val)
static void getDetectorStatusColor(int status, int &rval, int &gval, int &bval)
static void getBadModuleStatus(uint16_t flag, std::string &message)
static void split(const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=" ")
static void getSubDetectorTag(uint32_t det_id, std::string &subdet_tag)
static bool checkME(std::string element, std::string name, std::string &full_path)
const std::string subdet_tag("SubDet")
unsigned long long int rval
static void getMEStatusColor(int status, int &rval, int &gval, int &bval)
static int getMEStatus(MonitorElement *me)
static int getMEList(std::string name, std::vector< std::string > &values)
static void getModuleFolderList(DQMStore *dqm_store, std::vector< std::string > &m_ids)
static bool goToDir(DQMStore *dqm_store, std::string name)
static void getTopFolderPath(DQMStore *dqm_store, std::string type, std::string &path)