![]() |
ATLAS Offline Software
|
Functions | |
| jetChainParts (chainParts) | |
| — Extracting jet chain parts — | |
| jetRecoDictToString (jetRecoDict) | |
| — General reco dict handling — | |
| extractRecoDict (chainParts) | |
| jetRecoDictFromString (jet_def_string) | |
| cloneAndUpdateJetRecoDict (jetRecoDict, **kwargs) | |
| jetDefToString (jetDef) | |
| — Interpreting JetDefinition — | |
| jetCalibFromJetDef (jetDef) | |
| interpretRecoAlg (recoAlg) | |
| — General helpers — | |
| jetDefNeedsTracks (jetRecoDict) | |
| doTracking (jetRecoDict) | |
| doFSTracking (jetRecoDict) | |
| isPFlow (jetRecoDict) | |
| getFilterCut (recoAlg) | |
| addJetContextFlags (flags) | |
| getHLTPrefix () | |
| — String getters — | |
| getClustersKey (recoDict) | |
| getJetCalibDefaultString (recoAlg, constitType, trkopt) | |
| getPrefilterCleaningString (prefilters_list) | |
| getCalibMods (flags, jetRecoDict, rhoKey="auto") | |
| — Modifier and decoration list getters — | |
| getModSpec (modname, modspec='') | |
| getDecorList (jetDef) | |
| defineJetConstit (jetRecoDict, clustersKey=None, pfoPrefix=None) | |
| — Jet Object getters — | |
| defineJets (flags, jetRecoDict, clustersKey=None, prefix='', suffix='', pfoPrefix=None) | |
| defineReclusteredJets (jetRecoDict, smallRjets, inputlabel, prefix, suffix) | |
| defineGroomedJets (jetRecoDict, ungroomedDef) | |
| defineVRTrackJets (Rmax, Rmin, VRMassScale, Ptmin, prefix, suffix) | |
| defineHIJets (jetRecoDict, clustersKey=None, prefix='', suffix='') | |
Variables | |
| log = logging.getLogger(__name__) | |
| dict | etaRangeAbbrev |
| — Common jet eta ranges — | |
| dict | cleaningDict |
| addJetContextFlags | ( | flags | ) |
Definition at line 194 of file JetRecoCommon.py.
| cloneAndUpdateJetRecoDict | ( | jetRecoDict, | |
| ** | kwargs ) |
Definition at line 105 of file JetRecoCommon.py.
| defineGroomedJets | ( | jetRecoDict, | |
| ungroomedDef ) |
Definition at line 497 of file JetRecoCommon.py.
| defineHIJets | ( | jetRecoDict, | |
| clustersKey = None, | |||
| prefix = '', | |||
| suffix = '' ) |
Definition at line 517 of file JetRecoCommon.py.
— Jet Object getters —
Definition at line 404 of file JetRecoCommon.py.
Definition at line 470 of file JetRecoCommon.py.
| defineReclusteredJets | ( | jetRecoDict, | |
| smallRjets, | |||
| inputlabel, | |||
| prefix, | |||
| suffix ) |
Definition at line 492 of file JetRecoCommon.py.
| defineVRTrackJets | ( | Rmax, | |
| Rmin, | |||
| VRMassScale, | |||
| Ptmin, | |||
| prefix, | |||
| suffix ) |
Definition at line 511 of file JetRecoCommon.py.
| doFSTracking | ( | jetRecoDict | ) |
Definition at line 180 of file JetRecoCommon.py.
| doTracking | ( | jetRecoDict | ) |
Definition at line 177 of file JetRecoCommon.py.
| extractRecoDict | ( | chainParts | ) |
Definition at line 56 of file JetRecoCommon.py.
| getCalibMods | ( | flags, | |
| jetRecoDict, | |||
| rhoKey = "auto" ) |
— Modifier and decoration list getters —
Definition at line 298 of file JetRecoCommon.py.
| getClustersKey | ( | recoDict | ) |
Definition at line 249 of file JetRecoCommon.py.
| getDecorList | ( | jetDef | ) |
Definition at line 373 of file JetRecoCommon.py.
| getFilterCut | ( | recoAlg | ) |
Definition at line 191 of file JetRecoCommon.py.
| getHLTPrefix | ( | ) |
— String getters —
Definition at line 245 of file JetRecoCommon.py.
| getJetCalibDefaultString | ( | recoAlg, | |
| constitType, | |||
| trkopt ) |
Definition at line 262 of file JetRecoCommon.py.
| getModSpec | ( | modname, | |
| modspec = '' ) |
Definition at line 369 of file JetRecoCommon.py.
| getPrefilterCleaningString | ( | prefilters_list | ) |
Definition at line 284 of file JetRecoCommon.py.
| interpretRecoAlg | ( | recoAlg | ) |
— General helpers —
Definition at line 165 of file JetRecoCommon.py.
| isPFlow | ( | jetRecoDict | ) |
Definition at line 184 of file JetRecoCommon.py.
| jetCalibFromJetDef | ( | jetDef | ) |
Definition at line 151 of file JetRecoCommon.py.
| jetChainParts | ( | chainParts | ) |
— Extracting jet chain parts —
Definition at line 34 of file JetRecoCommon.py.
| jetDefNeedsTracks | ( | jetRecoDict | ) |
Definition at line 171 of file JetRecoCommon.py.
| jetDefToString | ( | jetDef | ) |
— Interpreting JetDefinition —
Definition at line 117 of file JetRecoCommon.py.
| jetRecoDictFromString | ( | jet_def_string | ) |
Definition at line 79 of file JetRecoCommon.py.
| jetRecoDictToString | ( | jetRecoDict | ) |
— General reco dict handling —
Definition at line 45 of file JetRecoCommon.py.
| dict python.HLT.Jet.JetRecoCommon.cleaningDict |
Definition at line 279 of file JetRecoCommon.py.
| dict python.HLT.Jet.JetRecoCommon.etaRangeAbbrev |
— Common jet eta ranges —
Definition at line 23 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.log = logging.getLogger(__name__) |
Definition at line 19 of file JetRecoCommon.py.