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

status of a trigger path

Enumerator
Ready 

not [yet] run

Pass 

accept

Fail 

reject

Exception 

error

Definition at line 18 of file HLTenums.h.

18  {Ready=0,
19  Pass =1,
20  Fail =2,
21  Exception=3
22  };
Definition: hltDiff.cc:290
Definition: hltDiff.cc:291