00001 #ifndef DataFormats_Common_HLTenums_h 00002 #define DataFormats_Common_HLTenums_h 00003 00015 namespace edm 00016 { 00017 namespace hlt 00018 { 00019 00021 enum HLTState {Ready=0, 00022 Pass =1, 00023 Fail =2, 00024 Exception=3 00025 }; 00026 00027 } 00028 } 00029 00030 #endif // DataFormats_Common_HLTenums_h