ATLAS Offline Software
|
Functions | |
def | cloneHistFloat (toClone) |
def | divideHistCaloMon (inputs, doPercentage=False) |
def | divideByOccupancy (inputs, titleToReplace="", replaceTitWith="") |
def | divideByAcceptedEvts (inputs) |
def | simpleDivideByAcceptedEvts (inputs, titleToReplace="", replaceTitWith="") |
def CaloMonTransforms.cloneHistFloat | ( | toClone | ) |
If we want to clone the bins from an integer-type histogram, but then wish to fill it with floats (for efficiencies)
Definition at line 16 of file CaloMonTransforms.py.
def CaloMonTransforms.divideByAcceptedEvts | ( | inputs | ) |
This function divides the input histogram by the number of events that passed a given selection
Definition at line 104 of file CaloMonTransforms.py.
def CaloMonTransforms.divideByOccupancy | ( | inputs, | |
titleToReplace = "" , |
|||
replaceTitWith = "" |
|||
) |
This function returns the ratio of two ROOT histograms
Definition at line 73 of file CaloMonTransforms.py.
def CaloMonTransforms.divideHistCaloMon | ( | inputs, | |
doPercentage = False |
|||
) |
This function returns the ratio of two ROOT histograms
Definition at line 31 of file CaloMonTransforms.py.
def CaloMonTransforms.simpleDivideByAcceptedEvts | ( | inputs, | |
titleToReplace = "" , |
|||
replaceTitWith = "" |
|||
) |
This function divides the input histogram by the number of accepted events
Definition at line 129 of file CaloMonTransforms.py.