CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Enumerations
hcaldqm::flag Namespace Reference

Classes

struct  Flag
 

Enumerations

enum  State {
  fNONE =0, fNCDAQ =1, fNA = 2, fGOOD = 3,
  fPROBLEMATIC = 4, fBAD = 5, fRESERVED = 6, nState = 7
}
 

Enumeration Type Documentation

Enumerator
fNONE 
fNCDAQ 
fNA 
fGOOD 
fPROBLEMATIC 
fBAD 
fRESERVED 
nState 

Definition at line 15 of file Flag.h.

16  {
17  fNONE=0, // No State - can't have... not used....
18  fNCDAQ=1, // not @cDAQ
19  fNA = 2, // Not Applicable
20  fGOOD = 3, // GOOD
21  fPROBLEMATIC = 4, // problem
22  fBAD = 5, // bad
23  fRESERVED = 6, // reserved
24  nState = 7
25  };