EventType#
- class ctapipe.containers.EventType(value)[source]#
 Bases:
EnumR1/DL0 EventType
Defined in [CTAOb].
Attributes Summary
ACADA (DAQ) software trigger
Dark pedestal, taken with HV on, shutter closed.
Electronics pedestal, taken with HV off.
Flatfield event
(LST) hardware-stereo trigger
Standard Physics trigger with extended readout window
Muon event candidate
Generic pedestal, assigned if no further distinction on the type could be made
Random mono trigger, used in simulations to force storage of event regardless of subarray trigger for certain studies.
Single PE event
Sky pedestal, taken with HV on, shutter open
Standard Physics trigger
Attributes Documentation
- DAQ = 24#
 ACADA (DAQ) software trigger
- DARK_PEDESTAL = 3#
 Dark pedestal, taken with HV on, shutter closed.
- ELECTRONIC_PEDESTAL = 4#
 Electronics pedestal, taken with HV off.
- FLATFIELD = 0#
 Flatfield event
- HARDWARE_STEREO = 17#
 (LST) hardware-stereo trigger
- LONG_EVENT = 33#
 Standard Physics trigger with extended readout window
- MUON = 16#
 Muon event candidate
- OTHER_CALIBRATION = 15#
 
- PEDESTAL = 2#
 Generic pedestal, assigned if no further distinction on the type could be made
- RANDOM_MONO = 18#
 Random mono trigger, used in simulations to force storage of event regardless of subarray trigger for certain studies.
- SINGLE_PE = 1#
 Single PE event
- SKY_PEDESTAL = 5#
 Sky pedestal, taken with HV on, shutter open
- SUBARRAY = 32#
 Standard Physics trigger
- UNKNOWN = 255#