ATLAS Offline Software
Classes | Namespaces | Functions
CorrelationMatrixHelpers.py File Reference

Go to the source code of this file.

Classes

class  CorrelationMatrixHelpers.CorrMat4D
 

Namespaces

 CorrelationMatrixHelpers
 

Functions

def CorrelationMatrixHelpers.DrawLabels (hist, jetDefString, scenarioString, drawATLASLabel, labelName)
 
def CorrelationMatrixHelpers.DrawLabelsGuessScenario (histo)
 
def CorrelationMatrixHelpers.saveHists4D (canvas, plotFileName, hist, oneSidedAxis, fixedX, fixedY, fixedStr, scenarioLabel="", drawATLASLabel=True, additionalString="")
 
def CorrelationMatrixHelpers.getFixedValuesFromName (histName)
 
def CorrelationMatrixHelpers.getFixedValuesFromFile (inFile, jetDef)
 
def CorrelationMatrixHelpers.getFixedValuesFromFiles (inFiles, jetDef)
 
def CorrelationMatrixHelpers.relativeMetric (numerator, denominator)
 
def CorrelationMatrixHelpers.buildAndFillHists4DFromFiles (inFiles, jetDef, varString, fixedString, fixedX, fixedY, filterStartString="", granularityFactor=1, relativeMetric=False)
 
def CorrelationMatrixHelpers.buildAndFillHists4DFromFile (inFile, jetDef, varString, fixedString, fixedX, fixedY, excludeStartString="", granularityFactor=1, relativeMetric=False)
 
def CorrelationMatrixHelpers.buildAndFillHists4DFromDifferenceHists (hists, relativeMetric=False)
 
def CorrelationMatrixHelpers.buildAndFillHist4DFromMinOfSet (hists, relativeMetric=False)
 
def CorrelationMatrixHelpers.buildAndFillHist4DFromMaxOfSet (hists, relativeMetric=False)
 
def CorrelationMatrixHelpers.buildAndFillHists4DFromEnvelopeOfSet (hists, relativeMetric=False)
 
def CorrelationMatrixHelpers.buildAndFillHist4DFromCoverageOfSet (minDiffFromNominal, maxDiffBetweenScenarios, plotStyle, nominalHist=None, relativeMetric=False)