LSTEventType

class lstchain.io.lstcontainers.LSTEventType

Bases: object

Class to recognize event type from trigger bits bit 0: Mono bit 1: stereo bit 2: Calibration bit 3: Single Phe bit 4: Softrig(from the UCTS) bit 5: Pedestal bit 6: slow control bit 7: busy

Methods Summary

is_busy(trigger_type)

is_calibration(trigger_type)

is_mono(trigger_type)

is_pedestal(trigger_type)

is_single_pe(trigger_type)

is_slow_control(trigger_type)

is_soft_trig(trigger_type)

is_stereo(trigger_type)

is_unknown(trigger_type)

Methods Documentation

static is_busy(trigger_type)
static is_calibration(trigger_type)
static is_mono(trigger_type)
static is_pedestal(trigger_type)
static is_single_pe(trigger_type)
static is_slow_control(trigger_type)
static is_soft_trig(trigger_type)
static is_stereo(trigger_type)
static is_unknown(trigger_type)