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 79 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 154 of file MultipleCompare.py.
References python.rootplot.root2matplotlib.replace().
Referenced by Rebin().
def MultipleCompare.findRange | ( | hists, | |
min0 = -1 , |
|||
max0 = -1 |
|||
) |
Definition at line 195 of file MultipleCompare.py.
References getMaximumIncludingErrors(), and getMinimumIncludingErrors().
Referenced by optimizeRangeMainPad(), and optimizeRangeSubPad().
def MultipleCompare.GetContent | ( | dir | ) |
def MultipleCompare.getMaximumIncludingErrors | ( | hist | ) |
Definition at line 285 of file MultipleCompare.py.
Referenced by findRange().
def MultipleCompare.getMinimumIncludingErrors | ( | hist | ) |
Definition at line 296 of file MultipleCompare.py.
Referenced by findRange().
def MultipleCompare.LoadCommandlineOptions | ( | argv | ) |
Definition at line 16 of file MultipleCompare.py.
Referenced by SteerMultipleCompare.main(), and main().
Definition at line 313 of file MultipleCompare.py.
References DetermineHistType(), Divide(), DrawBranding(), DrawTitle(), reco.if(), LoadCommandlineOptions(), MapDirStructure(), Match(), optimizeRangeMainPad(), optimizeRangeSubPad(), Rebin(), and ComparisonHelper.zip().
Referenced by SteerMultipleCompare.plotDefault(), and SteerMultipleCompare.plotOneByOne().
def MultipleCompare.MapDirStructure | ( | directory, | |
dirName, | |||
objectList | |||
) |
Definition at line 63 of file MultipleCompare.py.
References GetContent().
Referenced by SteerMultipleCompare.main(), and main().
def MultipleCompare.Match | ( | required, | |
got | |||
) |
Definition at line 73 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 214 of file MultipleCompare.py.
References findRange().
Referenced by main().
def MultipleCompare.optimizeRangeSubPad | ( | argv, | |
pad, | |||
hists, | |||
maxLogX_, | |||
minX_, | |||
maxX_, | |||
minYRatio_, | |||
maxYRatio_ | |||
) |
Definition at line 254 of file MultipleCompare.py.
References findRange().
Referenced by main().
def MultipleCompare.Rebin | ( | tfile, | |
histoPath, | |||
rebinVal | |||
) |
|
private |
Definition at line 12 of file MultipleCompare.py.
|
private |
Definition at line 13 of file MultipleCompare.py.