Enumerations | |
enum | HLTState { Ready = 0, Pass = 1, Fail = 2, Exception = 3 } |
status of a trigger path More... | |
enum edm::hlt::HLTState |
status of a trigger path
Enumerator | |
---|---|
Ready | not [yet] run |
Pass | accept |
Fail | reject |
Exception | error |
Definition at line 16 of file HLTenums.h.