![]() |
ATLAS Offline Software
|
Classes | |
| class | AlgConfig |
Functions | |
| def | streamer_hypo_tool (flags, chainDict) |
| str | metRecoDictToString (dict[str, str] recoDict, bool skipDefaults=True) |
| dict[str, Any] | stringToMETRecoDict (str string, bool onlyRecoKeys=False) |
| def | make_MET_menu_sequenceGenCfg (flags, sel_acc, hypo_tool) |
Variables | |
| log | |
| recoKeys | |
| def 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.
| def 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 |
Definition at line 31 of file ConfigHelpers.py.
| python.HLT.MET.ConfigHelpers.recoKeys |
Definition at line 36 of file ConfigHelpers.py.
1.8.18