ATLAS Offline Software
Namespaces | Functions
JESUncertainty_GraphUtils.py File Reference

Go to the source code of this file.

Namespaces

 JESUncertainty_GraphUtils
 

Functions

def JESUncertainty_GraphUtils.flagLowStatPoints (graph, debug)
 Avoid low statistics points. More...
 
def JESUncertainty_GraphUtils.flagLowStatPoints_noLargeErrorCheck (graph, debug)
 Avoid low statistics points, but do not check on upper bound of error. More...
 
def JESUncertainty_GraphUtils.eliminateLowStatPoints (graph, listOfBadPoints)
 
def JESUncertainty_GraphUtils.rescaleToGeV (graph)
 
def JESUncertainty_GraphUtils.printGraphContent (graph)
 
def JESUncertainty_GraphUtils.removeXErrors (graph)
 
def JESUncertainty_GraphUtils.removeYErrors (graph)
 
def JESUncertainty_GraphUtils.scaleGraph (graphToScale, scalingInputGraph, oneMinus=False)
 
def JESUncertainty_GraphUtils.extendLastGoodBin_2011 (graph, warn)
 
def JESUncertainty_GraphUtils.TGraphToTH1 (graph)
 
def JESUncertainty_GraphUtils.TGraphToTH1_withError (graph)