from enum import IntEnum class DetectorType(IntEnum): #TODO! Move defenition to C to avoid mismatch GENERIC = 0 MOENCH_03 = 3 MOENCH_04_A = 4 MOENCH_04_AD = 5