![]() |
ATLAS Offline Software
|
Functions | |
| setMaxMin (inputs, maxVal=0, minVal=0, useMax=True, useMin=True) | |
| fillWithMaxCoverage (inputs, isFtSlotPlot=True) | |
| normToEntries (inputs, titleToReplace="", replaceWith="") | |
| normToEntriesAndSetMin (inputs, minVal=0, maxVal=0, useMax=False, clone=True, titleToReplace="", replaceWith="") | |
| normToBinAndSetMinMax (inputs, bin_norm=0, minVal=0, maxVal=0, useMax=False, titleToReplace="", replaceWith="", newYaxis="") | |
| divideHist (inputs, titleToReplace="", replaceWith="") | |
| digitSummary (inputs, TreshOut=5, TreshSat=5, TreshNull=5) | |
| computeCorrelations (inputs) | |
| Mean (inputs) | |
| LArMonTransforms.computeCorrelations | ( | inputs | ) |
Definition at line 401 of file LArMonTransforms.py.
| LArMonTransforms.digitSummary | ( | inputs, | |
| TreshOut = 5, | |||
| TreshSat = 5, | |||
| TreshNull = 5 ) |
Definition at line 311 of file LArMonTransforms.py.
| LArMonTransforms.divideHist | ( | inputs, | |
| titleToReplace = "", | |||
| replaceWith = "" ) |
This function create a new TH1F from ratio of two ROOT histograms
Definition at line 282 of file LArMonTransforms.py.
| LArMonTransforms.fillWithMaxCoverage | ( | inputs, | |
| isFtSlotPlot = True ) |
For each bin, fill the output with the max filled error code. All histograms should have the same bin content
Definition at line 50 of file LArMonTransforms.py.
| LArMonTransforms.Mean | ( | inputs | ) |
Definition at line 438 of file LArMonTransforms.py.
| LArMonTransforms.normToBinAndSetMinMax | ( | inputs, | |
| bin_norm = 0, | |||
| minVal = 0, | |||
| maxVal = 0, | |||
| useMax = False, | |||
| titleToReplace = "", | |||
| replaceWith = "", | |||
| newYaxis = "" ) |
This function normalises histogram 1 to the content of bin bin_norm (which is supposed to represent the number of events) and sets the histogram max/min
Definition at line 243 of file LArMonTransforms.py.
| LArMonTransforms.normToEntries | ( | inputs, | |
| titleToReplace = "", | |||
| replaceWith = "" ) |
This function creates TH2F as ratio of input TH2I and the number of entries of histogram 2 (which is supposed to represent the number of events)
Definition at line 175 of file LArMonTransforms.py.
| LArMonTransforms.normToEntriesAndSetMin | ( | inputs, | |
| minVal = 0, | |||
| maxVal = 0, | |||
| useMax = False, | |||
| clone = True, | |||
| titleToReplace = "", | |||
| replaceWith = "" ) |
This function normalises histogram 1 to the number of entries of histogram 2 (which is supposed to represent the number of events) and sets the histogram max/min
Definition at line 206 of file LArMonTransforms.py.
This function sets the histogram max/min
Definition at line 16 of file LArMonTransforms.py.