ATLAS Offline Software
Namespaces | Functions
JESUncertainty_RatioUtils.py File Reference

Go to the source code of this file.

Namespaces

 JESUncertainty_RatioUtils
 

Functions

def JESUncertainty_RatioUtils.divideGraphs (numeratorGraph, denominatorGraph, warn)
 Do the ratio of two TGraphs. More...
 
def JESUncertainty_RatioUtils.getDeltaVarGraph (graph)
 Calculate point by point |1-graph| and put it into a TGraph. More...
 
def JESUncertainty_RatioUtils.getMaxVariationGraph (graph1, graph2)
 Get maximum variation out of two plots. More...
 
def JESUncertainty_RatioUtils.getQuadratureGraph (dummyGraph, listOfGraphs)
 Get a graph that is the sum in quadrature of all others (they all have to look like dummygraph) More...
 
def JESUncertainty_RatioUtils.getLinearSumGraph (dummyGraph, listOfGraphs)
 Get a graph that is the linear sum of all others (they all have to look like dummygraph) More...