![]() |
ATLAS Offline Software
|
Classes | |
| class | AttributeHistoManager |
Functions | |
| create1DHistoTool (name, binning, attributeInfo, **otherArgs) | |
| create2DHistoTool (name, binning=None, attributeInfo1=None, attributeInfo2=None, **otherArgs) | |
| createAttSelector (selectString, name="", typ="float") | |
| sanitizeName (name) | |
| unpackto3 (t) | |
| findSelectIndex (name) | |
| interpretSelStr (selStr) | |
Variables | |
| attributeHistoManager = AttributeHistoManager(jhm) | |
| JetAttributeHistoManager.create1DHistoTool | ( | name, | |
| binning, | |||
| attributeInfo, | |||
| ** | otherArgs ) |
Definition at line 86 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.create2DHistoTool | ( | name, | |
| binning = None, | |||
| attributeInfo1 = None, | |||
| attributeInfo2 = None, | |||
| ** | otherArgs ) |
Definition at line 101 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.createAttSelector | ( | selectString, | |
| name = "", | |||
| typ = "float" ) |
A short cut to create JetSelectorAttributeRunII out of a simple string
Definition at line 121 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.findSelectIndex | ( | name | ) |
Definition at line 149 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.interpretSelStr | ( | selStr | ) |
Interpret a selection string in the form '12.3<var<42.0' and returns a tuple. '12.3<var<42.0' -> returns (12.3, 'var', 42.) 'var<42.0' -> returns (None, 'var', 42.) '12.3<var' -> returns (12.3, 'var', None)
Definition at line 160 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.sanitizeName | ( | name | ) |
Definition at line 141 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.unpackto3 | ( | t | ) |
Definition at line 144 of file JetAttributeHistoManager.py.
| JetAttributeHistoManager.attributeHistoManager = AttributeHistoManager(jhm) |
Definition at line 187 of file JetAttributeHistoManager.py.