![]() |
ATLAS Offline Software
|
Functions | |
| Lvl1ItemByTriggerType (l1object, triggertype_pattern, triggertype_bitmask) | |
| obtain the l1 items according to the the trigger type function taken originally from TriggerPythonConfig | |
| getL1BackgroundSeed () | |
| define the various seeds | |
| getL1StandbySeed (l1items) | |
| getL1TopoSeed (l1items) | |
| getL1CaloSeed (l1seed, l1object) | |
| getL1TauSeed (l1items) | |
| getL1BSSeed () | |
| getL1JetBS () | |
| getL1MuonSeed (l1seed, l1object) | |
| getEBnoL1PSSeed (l1items, l1seedname) | |
| getL1LowLumi () | |
| getL1BKeeLowMu () | |
| getL1BKeePrimary () | |
| getL1BKeePrimaryLegacy () | |
| DO NOT EDIT IT: this function is to save L1_BKeePrimary seeds for data23, Athena,23.0.35. | |
| getL1BKeePrescaled () | |
| getL1BKeePrescaledLegacy () | |
| DO NOT EDIT IT: this function is to save L1_BKeePrescaled seeds for data23 with Athena,23.0.35. | |
| getSpecificL1Seeds (l1seedname, l1itemobject, menu_name) | |
| getInputTEfromL1Item (l1item, menu_name) | |
| map from l1item name to inputTE | |
Variables | |
| log = logging.getLogger(__name__) | |
| rpcout_type = TT.muon | TT.phys | |
| rpcin_type = TT.muon | TT.phys | |
| cl_type = TT.calo | TT.phys | |
| calo_exceptions = set([]) | |
| dict | L1_multiseed_simple_getters |
| assigned the seeds to the L1 names | |
| list | valid_multiseeds |
| python.HLT.Menu.L1Seeds.getEBnoL1PSSeed | ( | l1items, | |
| l1seedname ) |
Definition at line 108 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getInputTEfromL1Item | ( | l1item, | |
| menu_name ) |
map from l1item name to inputTE
Definition at line 405 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BackgroundSeed | ( | ) |
define the various seeds
Definition at line 42 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BKeeLowMu | ( | ) |
Definition at line 184 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BKeePrescaled | ( | ) |
Definition at line 285 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BKeePrescaledLegacy | ( | ) |
DO NOT EDIT IT: this function is to save L1_BKeePrescaled seeds for data23 with Athena,23.0.35.
Definition at line 310 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BKeePrimary | ( | ) |
Definition at line 201 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BKeePrimaryLegacy | ( | ) |
DO NOT EDIT IT: this function is to save L1_BKeePrimary seeds for data23, Athena,23.0.35.
Definition at line 240 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1BSSeed | ( | ) |
Definition at line 87 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1CaloSeed | ( | l1seed, | |
| l1object ) |
Definition at line 70 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1JetBS | ( | ) |
Definition at line 90 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1LowLumi | ( | ) |
Definition at line 159 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1MuonSeed | ( | l1seed, | |
| l1object ) |
Definition at line 94 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1StandbySeed | ( | l1items | ) |
Definition at line 57 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1TauSeed | ( | l1items | ) |
Definition at line 82 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getL1TopoSeed | ( | l1items | ) |
Definition at line 66 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.getSpecificL1Seeds | ( | l1seedname, | |
| l1itemobject, | |||
| menu_name ) |
Definition at line 364 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.Lvl1ItemByTriggerType | ( | l1object, | |
| triggertype_pattern, | |||
| triggertype_bitmask ) |
obtain the l1 items according to the the trigger type function taken originally from TriggerPythonConfig
The function returns those items where the items triggertype, after applying the mask, matches the pattern. With this one can also select items where a certain bit is disabled
Definition at line 22 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.calo_exceptions = set([]) |
Definition at line 15 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.cl_type = TT.calo | TT.phys |
Definition at line 12 of file L1Seeds.py.
| dict python.HLT.Menu.L1Seeds.L1_multiseed_simple_getters |
assigned the seeds to the L1 names
Definition at line 339 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.log = logging.getLogger(__name__) |
Definition at line 4 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.rpcin_type = TT.muon | TT.phys |
Definition at line 11 of file L1Seeds.py.
| python.HLT.Menu.L1Seeds.rpcout_type = TT.muon | TT.phys |
Definition at line 10 of file L1Seeds.py.
| list python.HLT.Menu.L1Seeds.valid_multiseeds |
Definition at line 351 of file L1Seeds.py.