![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
| class | PartonHistoryConfig.PartonHistoryBlock |
Namespaces | |
| namespace | PartonHistoryConfig |
Functions | |
| str | PartonHistoryConfig._get_aux_type (str branch, str prefix) |
| list | PartonHistoryConfig._make_particle_branches (str prefix, *, bool include_pdgid=True, tuple stages=None, tuple extra=()) |
| list[str] | PartonHistoryConfig._replace_in_list (list[str] string_list, str old, str new) |
| list | PartonHistoryConfig._t_branches (str suffix="t") |
Variables | |
| tuple | PartonHistoryConfig.KINEMATIC_VARS = ("pt", "eta", "phi", "m") |
| PartonHistoryConfig.INT_SUFFIXES = frozenset(("pdgId", "IsOnShell", "origin")) | |
| tuple | PartonHistoryConfig.VECTOR_PREFIXES = ("MC_b_", "MC_bbar_", "MC_c_", "MC_cbar_") |
| PartonHistoryConfig.VECTOR_HISTORIES = frozenset(("Ttbarbbbar", "Ttbarccbar")) | |
| dict | PartonHistoryConfig.BRANCHES |
| dict | PartonHistoryConfig._TTBAR = BRANCHES["t"] + BRANCHES["tbar"] + BRANCHES["ttbar"] |
| dict | PartonHistoryConfig.TRUTH_BRANCHES |