ATLAS Offline Software
|
Functions | |
def | setMaxMin (inputs, maxVal=0, minVal=0, useMax=True, useMin=True) |
def | fillWithMaxCoverage (inputs, isFtSlotPlot=True) |
def | normToEntries (inputs, titleToReplace="", replaceWith="") |
def | normToEntriesAndSetMin (inputs, minVal=0, maxVal=0, useMax=False, clone=True, titleToReplace="", replaceWith="") |
def | normToBinAndSetMinMax (inputs, bin_norm=0, minVal=0, maxVal=0, useMax=False, titleToReplace="", replaceWith="", newYaxis="") |
def | divideHist (inputs, titleToReplace="", replaceWith="") |
def | digitSummary (inputs, TreshOut=5, TreshSat=5, TreshNull=5) |
def | computeCorrelations (inputs) |
def | Mean (inputs) |
def LArMonTransforms.computeCorrelations | ( | inputs | ) |
Definition at line 401 of file LArMonTransforms.py.
def LArMonTransforms.digitSummary | ( | inputs, | |
TreshOut = 5 , |
|||
TreshSat = 5 , |
|||
TreshNull = 5 |
|||
) |
Definition at line 311 of file LArMonTransforms.py.
def 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.
def 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.
def LArMonTransforms.Mean | ( | inputs | ) |
Definition at line 438 of file LArMonTransforms.py.
def 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.
def 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.
def 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.