![]() |
ATLAS Offline Software
|
Classes | |
class | AlgConfig |
Functions | |
def | streamer_hypo_tool (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 303 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 49 of file ConfigHelpers.py.
def python.HLT.MET.ConfigHelpers.streamer_hypo_tool | ( | chainDict | ) |
Definition at line 28 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 74 of file ConfigHelpers.py.
python.HLT.MET.ConfigHelpers.log |
Definition at line 32 of file ConfigHelpers.py.
python.HLT.MET.ConfigHelpers.recoKeys |
Definition at line 37 of file ConfigHelpers.py.