CMS 3D CMS Logo

Enumerations
edm::hlt Namespace Reference

Enumerations

enum  HLTState { Ready = 0, Pass = 1, Fail = 2, Exception = 3 }
 status of a trigger path More...
 

Enumeration Type Documentation

◆ 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.

16  {
17  Ready = 0,
18  Pass = 1,
19  Fail = 2,
20  Exception = 3
21  };
Definition: hltDiff.cc:243
Definition: hltDiff.cc:244