ATLAS Offline Software
|
Functions | |
list[str] | getPrecisionSequenceTauIDs (str precision_sequence) |
Sequence TauIDs. More... | |
str | getChainIDConfigName (chainPart) |
str | getChainSequenceConfigName (chainPart) |
str | getChainPrecisionSeqName (chainPart) |
bool | useBuiltInTauJetRNNScore (str tau_id, str precision_sequence) |
tuple[str, str] | getTauIDScoreVariables (str tau_id, str precision_sequence) |
Variables | |
log | |
rnn_wps | |
This file contains helper functions for the Tau Trigger signature. More... | |
noid_selections | |
meson_selections | |
str python.HLT.Tau.TauConfigurationTools.getChainIDConfigName | ( | chainPart | ) |
Clean the ID configuration for a chainPart dict
Definition at line 35 of file TauConfigurationTools.py.
str python.HLT.Tau.TauConfigurationTools.getChainPrecisionSeqName | ( | chainPart | ) |
Get the HLT Tau Precision sequence name suffix. This is also used for the HLT_TrigTauRecMerged_... and HLT_tautrack_... EDM collection names.
Definition at line 67 of file TauConfigurationTools.py.
str python.HLT.Tau.TauConfigurationTools.getChainSequenceConfigName | ( | chainPart | ) |
Get the HLT Tau signature sequence name (e.g. ptonly, tracktwo, trackLRT, etc...)
Definition at line 62 of file TauConfigurationTools.py.
Sequence TauIDs.
Get the list of TauIDs for each HLT tau trigger sequence
Definition at line 15 of file TauConfigurationTools.py.
tuple[str, str] python.HLT.Tau.TauConfigurationTools.getTauIDScoreVariables | ( | str | tau_id, |
str | precision_sequence | ||
) |
Return the (score, score_sig_trans) variable name pair for a given TauID/Sequence configuration
Definition at line 91 of file TauConfigurationTools.py.
bool python.HLT.Tau.TauConfigurationTools.useBuiltInTauJetRNNScore | ( | str | tau_id, |
str | precision_sequence | ||
) |
Check if the TauJet's built-in RNN score and WP variables have to be used, instead of the decorator-based variables
Definition at line 82 of file TauConfigurationTools.py.
python.HLT.Tau.TauConfigurationTools.log |
Definition at line 4 of file TauConfigurationTools.py.
python.HLT.Tau.TauConfigurationTools.meson_selections |
Definition at line 33 of file TauConfigurationTools.py.
python.HLT.Tau.TauConfigurationTools.noid_selections |
Definition at line 32 of file TauConfigurationTools.py.
python.HLT.Tau.TauConfigurationTools.rnn_wps |
This file contains helper functions for the Tau Trigger signature.
Definition at line 31 of file TauConfigurationTools.py.