#ifndef ALIEMCALTRIGGERTYPES_H #define ALIEMCALTRIGGERTYPES_H typedef enum {kL0 = 0, kL1Gamma, kL1Jet, kTriggerTypeEnd} TriggerType_t; #endif