Static Public Member Functions | |
static void | setPlotStyle () |
static double | dEff (int in, int iN) |
static double | dBinomial (int in, int iN) |
static int | rcr2idx (int iroc, int icol, int irow) |
convert ROC/COL/ROW into idx | |
static void | idx2rcr (int idx, int &iroc, int &icol, int &irow) |
and back again | |
static void | cleanupString (std::string &) |
cleanup a string: remove everything behind #, concatenate multiple spaces into one, translate tabs into spaces | |
static void | replaceAll (std::string &str, const std::string &from, const std::string &to) |
in str, replace all occurences of from to to | |
static bool | bothAreSpaces (char lhs, char rhs) |
what would you expect? | |
Definition at line 8 of file PixUtil.hh.