![]() |
ATLAS Offline Software
|
Functions | |
| cloneHistFloat (toClone) | |
| divideHistCaloMon (inputs, doPercentage=False) | |
| divideByOccupancy (inputs, titleToReplace="", replaceTitWith="") | |
| divideByAcceptedEvts (inputs) | |
| simpleDivideByAcceptedEvts (inputs, titleToReplace="", replaceTitWith="") | |
| 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.
| 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.
| CaloMonTransforms.divideByOccupancy | ( | inputs, | |
| titleToReplace = "", | |||
| replaceTitWith = "" ) |
This function returns the ratio of two ROOT histograms
Definition at line 73 of file CaloMonTransforms.py.
| CaloMonTransforms.divideHistCaloMon | ( | inputs, | |
| doPercentage = False ) |
This function returns the ratio of two ROOT histograms
Definition at line 31 of file CaloMonTransforms.py.
| 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.