![]() |
ATLAS Offline Software
|
Classes | |
| class | AlgConfig |
Functions | |
| streamer_hypo_tool (flags, chainDict) | |
| str | metRecoDictToString (dict[str, str] recoDict, bool skipDefaults=True) |
| dict[str, Any] | stringToMETRecoDict (str string, bool onlyRecoKeys=False) |
| make_MET_menu_sequenceGenCfg (flags, sel_acc, hypo_tool) | |
Variables | |
| log = logging.getLogger(__name__) | |
| list | recoKeys |
| list | metFSRoIs = ["", None, trkFSRoI] |
Helper functions for configuring MET chains
| python.HLT.MET.ConfigHelpers.make_MET_menu_sequenceGenCfg | ( | flags, | |
| sel_acc, | |||
| hypo_tool ) |
Definition at line 301 of file ConfigHelpers.py.
| str python.HLT.MET.ConfigHelpers.metRecoDictToString | ( | dict[str, str] | recoDict, |
| bool | skipDefaults = True ) |
Convert a dictionary containing reconstruction keys to a string
Any key (from recoKeys) missing will just be skipped.
Parameters
----------
recoDict : dict[str, str]
The reconstruction dictionary
skipDefaults : bool, optional
If true, skip any values that match the default, by default True
Returns
-------
str
The fixed string representation
Definition at line 48 of file ConfigHelpers.py.
| python.HLT.MET.ConfigHelpers.streamer_hypo_tool | ( | flags, | |
| chainDict ) |
Definition at line 27 of file ConfigHelpers.py.
| dict[str, Any] python.HLT.MET.ConfigHelpers.stringToMETRecoDict | ( | str | string, |
| bool | onlyRecoKeys = False ) |
Convert a string to a MET reco dict. Optionally only keep entries contained in recoKeys. Necessary for correctly configuring algorithms as inputs to NN.
Definition at line 73 of file ConfigHelpers.py.
| python.HLT.MET.ConfigHelpers.log = logging.getLogger(__name__) |
Definition at line 31 of file ConfigHelpers.py.
| list python.HLT.MET.ConfigHelpers.metFSRoIs = ["", None, trkFSRoI] |
Definition at line 45 of file ConfigHelpers.py.
| list python.HLT.MET.ConfigHelpers.recoKeys |
Definition at line 36 of file ConfigHelpers.py.