ATLAS Offline Software
Enumerations
jet::ExtendedBool Namespace Reference

Enumerations

enum  TypeEnum { UNSET = -1, FALSE = 0, TRUE = 1 }
 

Enumeration Type Documentation

◆ TypeEnum

Enumerator
UNSET 
FALSE 
TRUE 

Definition at line 230 of file UncertaintyEnum.h.

231  {
232  UNSET = -1,
233  FALSE = 0,
234  TRUE = 1
235  };
jet::ExtendedBool::TRUE
@ TRUE
Definition: UncertaintyEnum.h:234
jet::ExtendedBool::UNSET
@ UNSET
Definition: UncertaintyEnum.h:232
jet::ExtendedBool::FALSE
@ FALSE
Definition: UncertaintyEnum.h:233