Go to the source code of this file.
|
| None | rootUtils.readHists (h, fname, wanted=None) |
| |
| None | rootUtils.bookHist (h, key=None, str title="", int nbinsx=100, float xmin=0, float xmax=1, int nbinsy=0, float ymin=0, float ymax=1, int nbinsz=0, float zmin=0, float zmax=1) |
| |
| None | rootUtils.bookProf (h, key=None, str title="", int nbinsx=100, float xmin=0, float xmax=1, float|None ymin=None, float|None ymax=None, str option="") |
| |
| None | rootUtils.writeHists (h, fname, bool plusCanvas=False) |
| |
| None | rootUtils.bookCanvas (h, key=None, str title="", int nx=900, int ny=600, int cx=1, int cy=1) |
| |
| None | rootUtils.reportError (s) |
| |
| None | rootUtils.errorSummary () |
| |
| str | rootUtils.checkFileExists (x) |
| |