HLTenums.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Common_HLTenums_h
2 #define canvas_Persistency_Common_HLTenums_h
3 // vim: set sw=2 expandtab :
4 
5 namespace art::hlt {
6  enum HLTState {
7  Ready = 0, // not yet run
8  Pass = 1, // accepted
9  Fail = 2, // rejected
10  Exception = 3, // threw an exception
12  };
13 }
14 
15 #endif /* canvas_Persistency_Common_HLTenums_h */
16 
17 // Local Variables:
18 // mode: c++
19 // End:
HLTState
Definition: HLTenums.h:6
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition: Exception.h:66