CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTenums.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_HLTenums_h
2 #define DataFormats_Common_HLTenums_h
3 
15 namespace edm
16 {
17  namespace hlt
18  {
19 
21  enum HLTState {Ready=0,
22  Pass =1,
23  Fail =2,
25  };
26 
27  }
28 }
29 
30 #endif // DataFormats_Common_HLTenums_h
not [yet] run
Definition: HLTenums.h:21
HLTState
status of a trigger path
Definition: HLTenums.h:21
reject
Definition: HLTenums.h:23
accept
Definition: HLTenums.h:22