![]() |
ATLAS Offline Software
|
Functions | |
| dict[str, Any] | jetRecoDictForMET (**recoDict) |
| StepOutput | cellInputCfg (flags, **recoDict) |
| StepOutput | clusterInputCfg (flags, **recoDict) |
| StepOutput | trackingInputCfg (flags, **recoDict) |
| StepOutput | pfoInputCfg (flags, **recoDict) |
| StepOutput | mergedPFOInputCfg (flags, **recoDict) |
| StepOutput | cvfClusterInputCfg (flags, **recoDict) |
| StepOutput | jetInputCfg (flags, bool force_tracks=False, **recoDict) |
Configuration sequences for the MET input reconstruction By convention all of these functions return two values: first a defaultdict mapping from reco step to the component accumulators containing the reconstruction sequences and second the name(s) of the key outputs created. The names can either be a single string if there is only one output or a tuple otherwise. Which outputs are returned and their order should be clearly documented in the method documentation
| StepOutput python.HLT.MET.METRecoSequencesConfig.cellInputCfg | ( | flags, | |
| ** | recoDict ) |
Create the cell inputs
Definition at line 61 of file METRecoSequencesConfig.py.
| StepOutput python.HLT.MET.METRecoSequencesConfig.clusterInputCfg | ( | flags, | |
| ** | recoDict ) |
Create the cluster inputs
Definition at line 68 of file METRecoSequencesConfig.py.
| StepOutput python.HLT.MET.METRecoSequencesConfig.cvfClusterInputCfg | ( | flags, | |
| ** | recoDict ) |
Create the clusters with CVF decorated
Definition at line 162 of file METRecoSequencesConfig.py.
| StepOutput python.HLT.MET.METRecoSequencesConfig.jetInputCfg | ( | flags, | |
| bool | force_tracks = False, | ||
| ** | recoDict ) |
Create the input jets Set force_tracks to True to require tracks and ensure that they are ghost-associated to the jets. Returns the accumulators and (jets, jetDef)
Definition at line 201 of file METRecoSequencesConfig.py.
| dict[str, Any] python.HLT.MET.METRecoSequencesConfig.jetRecoDictForMET | ( | ** | recoDict | ) |
Get a jet reco dict that's usable for the MET slice
Definition at line 34 of file METRecoSequencesConfig.py.
| StepOutput python.HLT.MET.METRecoSequencesConfig.mergedPFOInputCfg | ( | flags, | |
| ** | recoDict ) |
Create the merged PFO inputs
Definition at line 144 of file METRecoSequencesConfig.py.
| StepOutput python.HLT.MET.METRecoSequencesConfig.pfoInputCfg | ( | flags, | |
| ** | recoDict ) |
Get the PFO inputs
Definition at line 104 of file METRecoSequencesConfig.py.
| StepOutput python.HLT.MET.METRecoSequencesConfig.trackingInputCfg | ( | flags, | |
| ** | recoDict ) |
Get the tracking inputs
Definition at line 94 of file METRecoSequencesConfig.py.