EventType¶
-
class
ctapipe.containers.EventType(value)[source]¶ Bases:
enum.EnumEnum of EventTypes as defined in the CTA Data Model [cta_r1event]
Attributes Summary
ACADA (DAQ) software trigger
For mono-telescope triggers (not used in MC)
Standard Physics stereo trigger
Attributes Documentation
-
DAQ= 24¶ ACADA (DAQ) software trigger
-
DARK_PEDESTAL= 3¶
-
ELECTRONIC_PEDESTAL= 4¶
-
FLATFIELD= 0¶
-
HARDWARE_STEREO= 17¶
-
MUON= 16¶ For mono-telescope triggers (not used in MC)
-
OTHER_CALIBRATION= 15¶
-
SINGLE_PE= 1¶
-
SKY_PEDESTAL= 2¶
-
SUBARRAY= 32¶ Standard Physics stereo trigger
-
UNKNOWN= 255¶
-