Trigger¶
- class gdt.core.trigger.Trigger(alg_num: int, alg: TriggerAlgorithm, time: float, sig: array, triggered_det: array, detector_names: list)[source]¶
Bases:
objectClass for storing trigger information
- Parameters:
alg_num (int) – Trigger algorithm number
alg (TriggerAlgorithm) – Class defining the algorithm properties
time (float) – Trigger time in seconds
sig (np.array) – Significance over background in each detector
triggered_det (np.array) – Array with values of True for detectors contributing to the trigger, False otherwise
detector_names (list) – List of detector names associated with entries in triggered_det
Attributes Summary
List of detector names contributing to this trigger
List of detector numbers contributing to this trigger
Attributes Documentation
- triggered_det_names¶
List of detector names contributing to this trigger
- Type:
(list)
- triggered_det_num¶
List of detector numbers contributing to this trigger
- Type:
(list)