![]() |
ATLAS Offline Software
|
Functions | |
| formatFilteredJetsName (jetsIn, jetPtMinGeV) | |
| JetRecoDataDeps (flags, **jetRecoDict) | |
| Data dependency generation for the stages of jet reconstruction This is used to precompute the collections that will be generated, which can be passed as needed out to other steps. | |
| StandardJetBuildDataDeps (flags, **jetRecoDict) | |
| StandardJetRecoDataDeps (flags, **jetRecoDict) | |
| ReclusteredJetRecoDataDeps (flags, **jetRecoDict) | |
| GroomedJetRecoDataDeps (flags, **jetRecoDict) | |
| JetRecoCfg (flags, **jetDefDict) | |
| Configuration of the HLT jet reconstruction Takes as input the dictionaries of JetDefs from the data dependency generators above. | |
| JetViewAlgCfg (flags, jetDef, jetPtMinGeV=JET_DEFAULT_VIEW_PT_MIN_GEV) | |
| StandardJetBuildCfg (flags, jetDef) | |
| StandardJetRecoCfg (flags, **jetDefDict) | |
| GroomedJetRecoCfg (flags, **jetDefDict) | |
| ReclusteredJetRecoCfg (flags, **jetDefDict) | |
| FastFtaggedJetCopyAlgCfg (flags, jetDef) | |
| JetRoITrackJetTagSequenceCfg (flags, jetsIn, trkopt, RoIs) | |
Variables | |
| Final | JET_DEFAULT_VIEW_PT_MIN_GEV = 10 |
ComponentAccumulator equivalents for the functions in JetRecoSequences
| python.HLT.Jet.JetRecoSequencesConfig.FastFtaggedJetCopyAlgCfg | ( | flags, | |
| jetDef ) |
Definition at line 585 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.formatFilteredJetsName | ( | jetsIn, | |
| jetPtMinGeV ) |
Definition at line 49 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.GroomedJetRecoCfg | ( | flags, | |
| ** | jetDefDict ) |
Create the groomed jets First the ungroomed jets are created (using the standard configuration), then the grooming is applied
Definition at line 481 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.GroomedJetRecoDataDeps | ( | flags, | |
| ** | jetRecoDict ) |
Definition at line 225 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.JetRecoCfg | ( | flags, | |
| ** | jetDefDict ) |
Configuration of the HLT jet reconstruction Takes as input the dictionaries of JetDefs from the data dependency generators above.
The top-level sequence Forwards arguments to the standard jet reco, grooming or reclustering sequences.
Definition at line 254 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.JetRecoDataDeps | ( | flags, | |
| ** | jetRecoDict ) |
Data dependency generation for the stages of jet reconstruction This is used to precompute the collections that will be generated, which can be passed as needed out to other steps.
Definition at line 56 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.JetRoITrackJetTagSequenceCfg | ( | flags, | |
| jetsIn, | |||
| trkopt, | |||
| RoIs ) |
Definition at line 597 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.JetViewAlgCfg | ( | flags, | |
| jetDef, | |||
| jetPtMinGeV = JET_DEFAULT_VIEW_PT_MIN_GEV ) |
Definition at line 278 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.ReclusteredJetRecoCfg | ( | flags, | |
| ** | jetDefDict ) |
Create the reclustered jets First the input jets are built, then the reclustering algorithm is run
Definition at line 541 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.ReclusteredJetRecoDataDeps | ( | flags, | |
| ** | jetRecoDict ) |
Definition at line 192 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.StandardJetBuildCfg | ( | flags, | |
| jetDef ) |
Standard jet reconstruction, no reclustering or grooming The clusters (and tracks, if necessary) should be built beforehand, but this config will build the PFOs if they are needed. The reconstruction is configured from the input JetDefinition
Definition at line 297 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.StandardJetBuildDataDeps | ( | flags, | |
| ** | jetRecoDict ) |
Jet clustering step -- generally only called through StandardJetRecoDataDeps
Definition at line 89 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.StandardJetRecoCfg | ( | flags, | |
| ** | jetDefDict ) |
Full reconstruction for 'simple' (ungroomed, not reclustered) jets First the uncalibrated jets are built, then (if necessary) the calibrated jets are provided as a shallow copy.
Definition at line 367 of file JetRecoSequencesConfig.py.
| python.HLT.Jet.JetRecoSequencesConfig.StandardJetRecoDataDeps | ( | flags, | |
| ** | jetRecoDict ) |
Jet clustering + calibration (via shallow copy)
Definition at line 138 of file JetRecoSequencesConfig.py.
| Final python.HLT.Jet.JetRecoSequencesConfig.JET_DEFAULT_VIEW_PT_MIN_GEV = 10 |
Definition at line 47 of file JetRecoSequencesConfig.py.