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 
12 namespace edm
13 {
14  namespace hlt
15  {
16 
18  enum HLTState {Ready=0,
19  Pass =1,
20  Fail =2,
22  };
23 
24  }
25 }
26 
27 #endif // DataFormats_Common_HLTenums_h
not [yet] run
Definition: HLTenums.h:18
HLTState
status of a trigger path
Definition: HLTenums.h:18
reject
Definition: HLTenums.h:20
accept
Definition: HLTenums.h:19