src
DataFormats
Common
interface
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
edm::hlt::Ready
not [yet] run
Definition:
HLTenums.h:17
edm::hlt::HLTState
HLTState
status of a trigger path
Definition:
HLTenums.h:16
edm::hlt::Fail
reject
Definition:
HLTenums.h:19
ValidationMatrix.hlt
hlt
Definition:
ValidationMatrix.py:459
edm::hlt::Pass
accept
Definition:
HLTenums.h:18
edm::Exception
Definition:
EDMException.h:79
edm
HLT enums.
Definition:
AlignableModifier.h:19
Generated for CMSSW Reference Manual by
1.8.14