CMS 3D CMS Logo

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 13 of file Flag.h.

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