SND@LHC Software
|
Classes | |
class | PyListOfLeaves |
Functions | |
readHists (h, fname, wanted=[], withProj=True) | |
bookHist (h, key=None, title='', nbinsx=100, xmin=0, xmax=1, nbinsy=0, ymin=0, ymax=1, nbinsz=0, zmin=0, zmax=1) | |
bookProf (h, key=None, title='', nbinsx=100, xmin=0, xmax=1, ymin=None, ymax=None, option="") | |
writeHists (h, fname, plusCanvas=False) | |
bookCanvas (h, key=None, title='', nx=900, ny=600, cx=1, cy=1) | |
reportError (s) | |
errorSummary () | |
printout (atc, name, Work) | |
setAttributes (pyl, leaves, printout=False) | |
container_sizes (sTree, perEvent=False) | |
stripOffBranches (fout) | |
checkFileExists (x) | |
findMaximumAndMinimum (histo) | |
makeIntegralDistrib (h, key) | |
rootUtils.bookCanvas | ( | h, | |
key = None , |
|||
title = '' , |
|||
nx = 900 , |
|||
ny = 600 , |
|||
cx = 1 , |
|||
cy = 1 |
|||
) |
Definition at line 77 of file rootUtils.py.
rootUtils.bookHist | ( | h, | |
key = None , |
|||
title = '' , |
|||
nbinsx = 100 , |
|||
xmin = 0 , |
|||
xmax = 1 , |
|||
nbinsy = 0 , |
|||
ymin = 0 , |
|||
ymax = 1 , |
|||
nbinsz = 0 , |
|||
zmin = 0 , |
|||
zmax = 1 |
|||
) |
Definition at line 49 of file rootUtils.py.
rootUtils.bookProf | ( | h, | |
key = None , |
|||
title = '' , |
|||
nbinsx = 100 , |
|||
xmin = 0 , |
|||
xmax = 1 , |
|||
ymin = None , |
|||
ymax = None , |
|||
option = "" |
|||
) |
Definition at line 59 of file rootUtils.py.
rootUtils.checkFileExists | ( | x | ) |
Definition at line 185 of file rootUtils.py.
rootUtils.container_sizes | ( | sTree, | |
perEvent = False |
|||
) |
Definition at line 116 of file rootUtils.py.
rootUtils.errorSummary | ( | ) |
Definition at line 88 of file rootUtils.py.
rootUtils.findMaximumAndMinimum | ( | histo | ) |
Definition at line 196 of file rootUtils.py.
rootUtils.makeIntegralDistrib | ( | h, | |
key | |||
) |
Definition at line 208 of file rootUtils.py.
rootUtils.printout | ( | atc, | |
name, | |||
Work | |||
) |
Definition at line 93 of file rootUtils.py.
rootUtils.readHists | ( | h, | |
fname, | |||
wanted = [] , |
|||
withProj = True |
|||
) |
Definition at line 15 of file rootUtils.py.
rootUtils.reportError | ( | s | ) |
Definition at line 84 of file rootUtils.py.
rootUtils.setAttributes | ( | pyl, | |
leaves, | |||
printout = False |
|||
) |
Definition at line 101 of file rootUtils.py.
rootUtils.stripOffBranches | ( | fout | ) |
Definition at line 147 of file rootUtils.py.
rootUtils.writeHists | ( | h, | |
fname, | |||
plusCanvas = False |
|||
) |
Definition at line 68 of file rootUtils.py.