CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 21 of file HLTenums.h.

21  {Ready=0,
22  Pass =1,
23  Fail =2,
24  Exception=3
25  };
reject
Definition: HLTenums.h:23
accept
Definition: HLTenums.h:22