WRanalysis
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Functions
python.PlotUtils Namespace Reference

Functions

def customROOTstyle
 
def customPalette
 
def drawMultipleGrid
 
def saveHists
 
def drawHist
 
def drawMultipleSame
 
def ave
 
def ave_tuple
 

Function Documentation

def python.PlotUtils.ave (   a)
def python.PlotUtils.ave_tuple (   a,
  b 
)
def python.PlotUtils.customPalette (   zeropoint = 0.5)
def python.PlotUtils.customROOTstyle ( )
def python.PlotUtils.drawHist (   hist,
  name,
  width = 500,
  height = 500,
  drawoptions = "" 
)
def python.PlotUtils.drawMultipleGrid (   hists,
  outname,
  limits = [],
  setLogY = False,
  setLogZ = False,
  ncols = 3,
  width = 1500,
  height = 1100 
)
def python.PlotUtils.drawMultipleSame (   hists,
  labels,
  filename,
  colors = [],
  width = 500,
  height = 500,
  norm = False,
  xtitle = "",
  ytitle = "",
  rebin = 0,
  leg = "top",
  logy = False 
)
def python.PlotUtils.saveHists (   file,
  prefix = "",
  filter = "" 
)