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 21 of file HLTenums.h.

                    {Ready=0,     
                     Pass =1,     
                     Fail =2,     
                     Exception=3  
      };