ATLAS Offline Software
|
Functions | |
def | divideGraphs (numeratorGraph, denominatorGraph, warn) |
Do the ratio of two TGraphs. More... | |
def | getDeltaVarGraph (graph) |
Calculate point by point |1-graph| and put it into a TGraph. More... | |
def | getMaxVariationGraph (graph1, graph2) |
Get maximum variation out of two plots. More... | |
def | getQuadratureGraph (dummyGraph, listOfGraphs) |
Get a graph that is the sum in quadrature of all others (they all have to look like dummygraph) More... | |
def | getLinearSumGraph (dummyGraph, listOfGraphs) |
Get a graph that is the linear sum of all others (they all have to look like dummygraph) More... | |
def JESUncertainty_RatioUtils.divideGraphs | ( | numeratorGraph, | |
denominatorGraph, | |||
warn | |||
) |
Do the ratio of two TGraphs.
Definition at line 14 of file JESUncertainty_RatioUtils.py.
def JESUncertainty_RatioUtils.getDeltaVarGraph | ( | graph | ) |
Calculate point by point |1-graph| and put it into a TGraph.
Definition at line 97 of file JESUncertainty_RatioUtils.py.
def JESUncertainty_RatioUtils.getLinearSumGraph | ( | dummyGraph, | |
listOfGraphs | |||
) |
Get a graph that is the linear sum of all others (they all have to look like dummygraph)
Definition at line 309 of file JESUncertainty_RatioUtils.py.
def JESUncertainty_RatioUtils.getMaxVariationGraph | ( | graph1, | |
graph2 | |||
) |
Get maximum variation out of two plots.
Definition at line 141 of file JESUncertainty_RatioUtils.py.
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)
Definition at line 215 of file JESUncertainty_RatioUtils.py.