CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEFlags.h
Go to the documentation of this file.
1 #ifndef EcalDQMFEFlags_H
2 #define EcalDQMFEFlags_H
3 
4 namespace ecaldqm {
5 
6  // partially taken from EventFilter/EcalRawToDigi/interface/DCCRawDataDefinitions.h
7  enum FEFlags {
8  Enabled = 0,
9  Disabled = 1,
10  Timeout = 2,
12  ChannelId = 4,
13  LinkError = 5,
14  BlockSize = 6,
16  FIFOFull = 8,
17  L1ADesync = 9,
18  BXDesync = 10,
21  HParity = 13,
22  VParity = 14,
23  ForcedZS = 15,
24  nFEFlags = 16
25  };
26 
27 }
28 
29 #endif
FEFlags
Definition: FEFlags.h:7