CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/DataFormats/Common/interface/HLTenums.h

Go to the documentation of this file.
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