Functions | |
def | applyStyle (h, color, markerStyle) |
def | draw (name, histos, styles, legendLabels=[], xtitle=None, ytitle=None, drawOpt="HIST", legendDx=0, legendDy=0, legendDw=0, legendDh=0, xmin=None, ymin=0, xmax=None, ymax=None, xlog=False, ylog=False, xgrid=True, ygrid=True, ratio=False, ratioYmin=0.5, ratioYmax=1.5, ratioYTitle=plotting._ratioYTitle) |
def | saveHistograms (tdirectory, histos) |
def ntuplePlotting.applyStyle | ( | h, | |
color, | |||
markerStyle | |||
) |
def ntuplePlotting.draw | ( | name, | |
histos, | |||
styles, | |||
legendLabels = [] , |
|||
xtitle = None , |
|||
ytitle = None , |
|||
drawOpt = "HIST" , |
|||
legendDx = 0 , |
|||
legendDy = 0 , |
|||
legendDw = 0 , |
|||
legendDh = 0 , |
|||
xmin = None , |
|||
ymin = 0 , |
|||
xmax = None , |
|||
ymax = None , |
|||
xlog = False , |
|||
ylog = False , |
|||
xgrid = True , |
|||
ygrid = True , |
|||
ratio = False , |
|||
ratioYmin = 0.5 , |
|||
ratioYmax = 1.5 , |
|||
ratioYTitle = plotting._ratioYTitle |
|||
) |
Definition at line 23 of file ntuplePlotting.py.
References plotting._calculateRatios(), plotting._createCanvas(), plotting._findBounds(), plotting._modifyPadForRatio(), createfilelist.int, and ComparisonHelper.zip().
Referenced by applyStyle(), CmsShowMainBase.configFilename(), FWFFLooper.duringLoop(), FWGeometryTableManagerBase::ColorBoxRenderer.height(), FWFFService.postProcessEvent(), SiPixelRecHitQuality::Packing.setProbabilityQ(), SiPixelRecHitQuality::Packing.setProbabilityXY(), and examples::TrackAnalysisAlgorithm.terminate().
def ntuplePlotting.saveHistograms | ( | tdirectory, | |
histos | |||
) |
Definition at line 5 of file ntuplePlotting.py.