#include <SiPixelUtility.h>
|
static bool | checkME (std::string element, std::string name, std::string &full_path) |
|
static int | computeErrorCode (DQMStore *bei, std::string &module_path) |
|
static int | computeErrorCode (int status) |
|
static int | computeHistoBin (std::string &module_path) |
|
static void | createStatusLegendMessages (std::map< std::string, std::pair< int, double > > &messages) |
|
static void | fillPaveText (TPaveText *pave, const std::map< std::string, std::pair< int, double > > &messages) |
|
static int | getMEList (std::string name, std::vector< std::string > &values) |
|
static int | getMEList (std::string name, std::string &dir_path, std::vector< std::string > &me_names) |
|
static std::vector< std::string > | getQTestNameList (MonitorElement *me) |
|
static int | getStatus (MonitorElement *me) |
|
static void | getStatusColor (int status, int &rval, int &gval, int &bval) |
|
static void | getStatusColor (int status, int &icol, std::string &tag) |
|
static void | getStatusColor (double status, int &rval, int &gval, int &bval) |
|
static void | setDrawingOption (TH1 *hist, float xlow=-1., float xhigh=-1.) |
|
static std::map< std::string,
std::string > | sourceCodeMap () |
|
static void | split (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=" ") |
|
Definition at line 20 of file SiPixelUtility.h.
bool SiPixelUtility::checkME |
( |
std::string |
element, |
|
|
std::string |
name, |
|
|
std::string & |
full_path |
|
) |
| |
|
static |
static int SiPixelUtility::computeErrorCode |
( |
DQMStore * |
bei, |
|
|
std::string & |
module_path |
|
) |
| |
|
static |
int SiPixelUtility::computeErrorCode |
( |
int |
status | ) |
|
|
static |
int SiPixelUtility::computeHistoBin |
( |
std::string & |
module_path | ) |
|
|
static |
void SiPixelUtility::createStatusLegendMessages |
( |
std::map< std::string, std::pair< int, double > > & |
messages | ) |
|
|
static |
void SiPixelUtility::fillPaveText |
( |
TPaveText * |
pave, |
|
|
const std::map< std::string, std::pair< int, double > > & |
messages |
|
) |
| |
|
static |
static int SiPixelUtility::getMEList |
( |
std::string |
name, |
|
|
std::vector< std::string > & |
values |
|
) |
| |
|
static |
static int SiPixelUtility::getMEList |
( |
std::string |
name, |
|
|
std::string & |
dir_path, |
|
|
std::vector< std::string > & |
me_names |
|
) |
| |
|
static |
vector< string > SiPixelUtility::getQTestNameList |
( |
MonitorElement * |
me | ) |
|
|
static |
void SiPixelUtility::getStatusColor |
( |
int |
status, |
|
|
int & |
rval, |
|
|
int & |
gval, |
|
|
int & |
bval |
|
) |
| |
|
static |
static void SiPixelUtility::getStatusColor |
( |
int |
status, |
|
|
int & |
icol, |
|
|
std::string & |
tag |
|
) |
| |
|
static |
void SiPixelUtility::getStatusColor |
( |
double |
status, |
|
|
int & |
rval, |
|
|
int & |
gval, |
|
|
int & |
bval |
|
) |
| |
|
static |
void SiPixelUtility::setDrawingOption |
( |
TH1 * |
hist, |
|
|
float |
xlow = -1. , |
|
|
float |
xhigh = -1. |
|
) |
| |
|
static |
map< string, string > SiPixelUtility::sourceCodeMap |
( |
| ) |
|
|
static |
void SiPixelUtility::split |
( |
const std::string & |
str, |
|
|
std::vector< std::string > & |
tokens, |
|
|
const std::string & |
delimiters = " " |
|
) |
| |
|
static |