Static Public Member Functions |
static string | addASpace (string s) |
static vector< double > | decodeVector (string text) |
static void | displayFlag (string title, int tab, string what, bool def) |
static void | displayFlag (string tit, int tab, double val, double def) |
static void | displayFlag (string title, int tab, int value, int def) |
static void | displayFlag (string title, int tab, bool value, bool def) |
static string | doOrDont (bool b) |
static bool | doWarn () |
static bool | fileExists (string path) |
static void | fillHist (TH1 *h, vector< double > &v) |
| Fill an histogram with a vector of double.
|
static string | formatF (double v, int w=1, int p=1) |
static string | formatG (double v, int w=1, int p=1) |
static string | formatI (int v, int w=1, int trailer=0) |
static string | formatLatex (double v, int p=1) |
static string | formatLF (double v, int w=1, int p=1) |
static string | formatLG (double v, int w=1, int p=1) |
static string | formatLI (int v, int w=1, int p=1) |
static string | formatRF (double v, int w=1, int p=1) |
static string | formatRG (double v, int w=1, int p=1) |
static string | formatRI (int v, int w=1, int p=1) |
static TH1F * | getCumulated (TH1F *h) |
| Cumulates a 1-dim histogram, bin by bin.
|
static int | getDebugLevel () |
| Return debug level.
|
static string | getEdgeName (int e) |
static int | getTraceLevel () |
| Return trace level.
|
static bool | initializeCore () |
static bool | isALaTeXChar (char c) |
static bool | isALaTeXName (string s) |
static string | justify (string s, int w, bool left, bool trim) |
static string | leftJustify (string s, int w, bool trim=false) |
static string | lowerCase (string s) |
static string | makeItAFileName (string s) |
static string | makeItALaTeXName (string s) |
static string | removeHeader (string original, string header) |
static string | replaceBlanks (string s) |
static string | replaceParentheses (string s) |
static string | replaceSlashes (string s) |
static void | resetPrecision () |
static void | restoreObjects (string fileName) |
| Restore all Xephyr objects from a file (still not working).
|
static void | restoreWarnings () |
static string | rightJustify (string s, int w, bool trim=false) |
static void | saveObjects (string fileName) |
| Save all Xephyr objects to a new file (still not working).
|
static void | saveWarnings () |
static void | setDebugLevel (int l) |
| set debug level
|
static void | setTraceLevel (int l) |
| set trace level
|
static void | showTheReferences (bool show=true) |
| Switch the "show references" flag on/off.
|
static void | showWarnings (bool show=true) |
| Re-enables warnings.
|
static void | suppressWarnings (bool suppress=true) |
| Suppress warnings.
|
static string | trim (string s) |
static string | upperCase (string s) |
static string | yesOrNo (bool b) |
Static Protected Attributes |
static bool | coreInitialized |
static int | debugLevel |
static stopper * | mainStopper |
static bool | savedWarnings |
static int | traceLevel |
static bool | withWarnings |
A collection of static methods for general handling.