![]() |
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 |
| python.HLT.Jet.JetRecoCommon.addJetContextFlags | ( | flags | ) |
Definition at line 196 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.cloneAndUpdateJetRecoDict | ( | jetRecoDict, | |
| ** | kwargs ) |
Definition at line 106 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.defineGroomedJets | ( | jetRecoDict, | |
| ungroomedDef ) |
Definition at line 499 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.defineHIJets | ( | jetRecoDict, | |
| clustersKey = None, | |||
| prefix = '', | |||
| suffix = '' ) |
Definition at line 519 of file JetRecoCommon.py.
— Jet Object getters —
Definition at line 406 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.defineJets | ( | flags, | |
| jetRecoDict, | |||
| clustersKey = None, | |||
| prefix = '', | |||
| suffix = '', | |||
| pfoPrefix = None ) |
Definition at line 472 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.defineReclusteredJets | ( | jetRecoDict, | |
| smallRjets, | |||
| inputlabel, | |||
| prefix, | |||
| suffix ) |
Definition at line 494 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.defineVRTrackJets | ( | Rmax, | |
| Rmin, | |||
| VRMassScale, | |||
| Ptmin, | |||
| prefix, | |||
| suffix ) |
Definition at line 513 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.doFSTracking | ( | jetRecoDict | ) |
Definition at line 182 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.doTracking | ( | jetRecoDict | ) |
Definition at line 179 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.extractRecoDict | ( | chainParts | ) |
Definition at line 56 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getCalibMods | ( | flags, | |
| jetRecoDict, | |||
| rhoKey = "auto" ) |
— Modifier and decoration list getters —
Definition at line 300 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getClustersKey | ( | recoDict | ) |
Definition at line 251 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getDecorList | ( | jetDef | ) |
Definition at line 375 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getFilterCut | ( | recoAlg | ) |
Definition at line 193 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getHLTPrefix | ( | ) |
— String getters —
Definition at line 247 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getJetCalibDefaultString | ( | recoAlg, | |
| constitType, | |||
| trkopt ) |
Definition at line 264 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getModSpec | ( | modname, | |
| modspec = '' ) |
Definition at line 371 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.getPrefilterCleaningString | ( | prefilters_list | ) |
Definition at line 286 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.interpretRecoAlg | ( | recoAlg | ) |
— General helpers —
Definition at line 167 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.isPFlow | ( | jetRecoDict | ) |
Definition at line 186 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.jetCalibFromJetDef | ( | jetDef | ) |
Definition at line 153 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.jetChainParts | ( | chainParts | ) |
— Extracting jet chain parts —
Definition at line 34 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.jetDefNeedsTracks | ( | jetRecoDict | ) |
Definition at line 173 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.jetDefToString | ( | jetDef | ) |
— Interpreting JetDefinition —
Definition at line 118 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.jetRecoDictFromString | ( | jet_def_string | ) |
Definition at line 80 of file JetRecoCommon.py.
| python.HLT.Jet.JetRecoCommon.jetRecoDictToString | ( | jetRecoDict | ) |
— General reco dict handling —
Definition at line 45 of file JetRecoCommon.py.
| dict python.HLT.Jet.JetRecoCommon.cleaningDict |
Definition at line 281 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.