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