icecube.online_filterscripts.online_filters.online_utils module¶
Collection of online utilities used by all online filters.
- class icecube.online_filterscripts.online_filters.online_utils.Domain¶
Bases:
object
Enum for the domain of the current machine sets.
- ACCESS = 6¶
- DESY = 4¶
- SPS = 2¶
- SPTS = 1¶
- UNKNOWN = 5¶
- WISC = 3¶
- icecube.online_filterscripts.online_filters.online_utils.TriggerCut(frame, flag_name='PassSMT8Trig')¶
Check if passed SMT8 trigger - this is all MuonFilter Runs on.
- icecube.online_filterscripts.online_filters.online_utils.get_domain()¶
Determine the domain of the current machine.
- icecube.online_filterscripts.online_filters.online_utils.smt8_trigger_check(frame, OutputFlag='PassSMT8Trig')¶
Add a Flag in the current P frame for events that pass the SMT8 trigger, used later for conditional execution.