LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
HLTenums.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Common_HLTenums_h
2 #define canvas_Persistency_Common_HLTenums_h
3 
10 namespace art {
11  namespace hlt {
12 
14  enum HLTState {
15  Ready = 0,
16  Pass = 1,
17  Fail = 2,
18  Exception = 3,
20  };
21  }
22 }
23 
24  // ======================================================================
25 
26 #endif /* canvas_Persistency_Common_HLTenums_h */
27 
28 // Local Variables:
29 // mode: c++
30 // End:
HLTState
status of a trigger path
Definition: HLTenums.h:14
not [yet] run
Definition: HLTenums.h:15
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66
HLT enums.
accept
Definition: HLTenums.h:16
reject
Definition: HLTenums.h:17