LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::hlt Namespace Reference

Enumerations

enum  HLTState {
  Ready = 0, Pass = 1, Fail = 2, Exception = 3,
  UNKNOWN
}
 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

UNKNOWN 

Definition at line 14 of file HLTenums.h.

14  {
15  Ready = 0,
16  Pass = 1,
17  Fail = 2,
18  Exception = 3,
19  UNKNOWN
20  };
not [yet] run
Definition: HLTenums.h:15
accept
Definition: HLTenums.h:16
reject
Definition: HLTenums.h:17