ATLAS Offline Software
Loading...
Searching...
No Matches
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 };