Functions | |
def | DetermineHistType (name) |
def | Divide (hNum, hDen) |
def | DrawBranding (options, label='') |
def | DrawTitle (text) |
def | FindParents (histoPath) |
def | findRange (hists, min0=-1, max0=-1) |
def | GetContent (dir) |
def | getMaximumIncludingErrors (hist) |
def | getMinimumIncludingErrors (hist) |
def | LoadCommandlineOptions (argv) |
def | main (argv=None) |
def | MapDirStructure (directory, dirName, objectList) |
def | Match (required, got) |
def | optimizeRangeMainPad (argv, pad, hists, maxLogX_, minX_, maxX_, maxLogY_, minY_, maxY_) |
def | optimizeRangeSubPad (argv, pad, hists, maxLogX_, minX_, maxX_, minYRatio_, maxYRatio_) |
def | Rebin (tfile, histoPath, rebinVal) |
Variables | |
__author__ | |
__doc__ | |
def MultipleCompare.DetermineHistType | ( | name | ) |
def MultipleCompare.Divide | ( | hNum, | |
hDen | |||
) |
Definition at line 81 of file MultipleCompare.py.
Referenced by FlavourHistograms2D< T, G >.divide(), main(), and plotscripts.segdiff().
def MultipleCompare.DrawBranding | ( | options, | |
label = '' |
|||
) |
def MultipleCompare.DrawTitle | ( | text | ) |
def MultipleCompare.FindParents | ( | histoPath | ) |
Definition at line 156 of file MultipleCompare.py.
References edm.print(), and python.rootplot.root2matplotlib.replace().
Referenced by Rebin().
def MultipleCompare.findRange | ( | hists, | |
min0 = -1 , |
|||
max0 = -1 |
|||
) |
Definition at line 197 of file MultipleCompare.py.
References getMaximumIncludingErrors(), and getMinimumIncludingErrors().
Referenced by optimizeRangeMainPad(), and optimizeRangeSubPad().
def MultipleCompare.GetContent | ( | dir | ) |
def MultipleCompare.getMaximumIncludingErrors | ( | hist | ) |
Definition at line 287 of file MultipleCompare.py.
Referenced by findRange().
def MultipleCompare.getMinimumIncludingErrors | ( | hist | ) |
Definition at line 298 of file MultipleCompare.py.
Referenced by findRange().
def MultipleCompare.LoadCommandlineOptions | ( | argv | ) |
Definition at line 18 of file MultipleCompare.py.
Referenced by SteerMultipleCompare.main(), and main().
Definition at line 315 of file MultipleCompare.py.
References DetermineHistType(), Divide(), DrawBranding(), DrawTitle(), LoadCommandlineOptions(), MapDirStructure(), Match(), optimizeRangeMainPad(), optimizeRangeSubPad(), edm.print(), Rebin(), and ComparisonHelper.zip().
Referenced by SteerMultipleCompare.plotDefault(), and SteerMultipleCompare.plotOneByOne().
def MultipleCompare.MapDirStructure | ( | directory, | |
dirName, | |||
objectList | |||
) |
Definition at line 65 of file MultipleCompare.py.
References GetContent().
Referenced by SteerMultipleCompare.main(), and main().
def MultipleCompare.Match | ( | required, | |
got | |||
) |
Definition at line 75 of file MultipleCompare.py.
Referenced by FWGeometryTableManager.loadGeometry(), SteerMultipleCompare.main(), main(), and MatchJet.matchCollections().
def MultipleCompare.optimizeRangeMainPad | ( | argv, | |
pad, | |||
hists, | |||
maxLogX_, | |||
minX_, | |||
maxX_, | |||
maxLogY_, | |||
minY_, | |||
maxY_ | |||
) |
Definition at line 216 of file MultipleCompare.py.
References findRange().
Referenced by main().
def MultipleCompare.optimizeRangeSubPad | ( | argv, | |
pad, | |||
hists, | |||
maxLogX_, | |||
minX_, | |||
maxX_, | |||
minYRatio_, | |||
maxYRatio_ | |||
) |
Definition at line 256 of file MultipleCompare.py.
References findRange().
Referenced by main().
def MultipleCompare.Rebin | ( | tfile, | |
histoPath, | |||
rebinVal | |||
) |
Definition at line 176 of file MultipleCompare.py.
References FindParents(), and edm.print().
Referenced by main().
|
private |
Definition at line 14 of file MultipleCompare.py.
|
private |
Definition at line 15 of file MultipleCompare.py.