CMS 3D CMS Logo

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