ATLAS Offline Software
|
Functions | |
def | Lvl1ItemByTriggerType (l1object, triggertype_pattern, triggertype_bitmask) |
obtain the l1 items according to the the trigger type function taken originally from TriggerPythonConfig More... | |
def | getL1BackgroundSeed () |
define the various seeds More... | |
def | getL1StandbySeed (l1items) |
def | getL1TopoSeed (l1items) |
def | getL1CaloSeed (l1seed, l1object) |
def | getL1TauSeed (l1items) |
def | getL1BSSeed () |
def | getL1JetBS () |
def | getL1MuonSeed (l1seed, l1object) |
def | getEBnoL1PSSeed (l1items, l1seedname) |
def | getL1LowLumi () |
def | getL1BKeePrimary () |
def | getL1BKeePrimaryLegacy () |
DO NOT EDIT IT: this function is to save L1_BKeePrimary seeds for data23, Athena,23.0.35. More... | |
def | getL1BKeePrescaled () |
def | getL1BKeePrescaledLegacy () |
DO NOT EDIT IT: this function is to save L1_BKeePrescaled seeds for data23 with Athena,23.0.35. More... | |
def | getSpecificL1Seeds (l1seedname, l1itemobject, menu_name) |
def | getInputTEfromL1Item (l1item, menu_name) |
map from l1item name to inputTE More... | |
Variables | |
rpcin_type | |
cl_type | |
calo_exceptions | |
L1_multiseed_simple_getters | |
assigned the seeds to the L1 names More... | |
valid_multiseeds | |
def python.HLT.Menu.L1Seeds.getEBnoL1PSSeed | ( | l1items, | |
l1seedname | |||
) |
Definition at line 108 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getInputTEfromL1Item | ( | l1item, | |
menu_name | |||
) |
def python.HLT.Menu.L1Seeds.getL1BackgroundSeed | ( | ) |
define the various seeds
Definition at line 42 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1BKeePrescaled | ( | ) |
Definition at line 267 of file L1Seeds.py.
def 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 295 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1BKeePrimary | ( | ) |
Definition at line 180 of file L1Seeds.py.
def 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 222 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1BSSeed | ( | ) |
Definition at line 87 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1CaloSeed | ( | l1seed, | |
l1object | |||
) |
Definition at line 70 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1JetBS | ( | ) |
Definition at line 90 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1LowLumi | ( | ) |
Definition at line 155 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1MuonSeed | ( | l1seed, | |
l1object | |||
) |
Definition at line 94 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1StandbySeed | ( | l1items | ) |
Definition at line 57 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1TauSeed | ( | l1items | ) |
Definition at line 82 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getL1TopoSeed | ( | l1items | ) |
Definition at line 66 of file L1Seeds.py.
def python.HLT.Menu.L1Seeds.getSpecificL1Seeds | ( | l1seedname, | |
l1itemobject, | |||
menu_name | |||
) |
Definition at line 348 of file L1Seeds.py.
def 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 |
Definition at line 15 of file L1Seeds.py.
python.HLT.Menu.L1Seeds.cl_type |
Definition at line 12 of file L1Seeds.py.
python.HLT.Menu.L1Seeds.L1_multiseed_simple_getters |
assigned the seeds to the L1 names
Definition at line 324 of file L1Seeds.py.
python.HLT.Menu.L1Seeds.rpcin_type |
Definition at line 11 of file L1Seeds.py.
python.HLT.Menu.L1Seeds.valid_multiseeds |
Definition at line 335 of file L1Seeds.py.