LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
11
N_STATES
= 4
12
};
13
}
14
15
#endif
/* canvas_Persistency_Common_HLTenums_h */
16
17
// Local Variables:
18
// mode: c++
19
// End:
art::hlt
Definition:
HLTenums.h:5
art::hlt::HLTState
HLTState
Definition:
HLTenums.h:6
art::hlt::Ready
Definition:
HLTenums.h:7
art::Exception
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition:
Exception.h:66
art::hlt::N_STATES
Definition:
HLTenums.h:11
art::hlt::Pass
Definition:
HLTenums.h:8
art::hlt::Fail
Definition:
HLTenums.h:9
canvas
Persistency
Common
HLTenums.h
Generated on Thu May 2 2024 20:59:30 for LArSoft by
1.8.11