CMS 3D CMS Logo

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
7  // EventFilter/EcalRawToDigi/interface/DCCRawDataDefinitions.h
8  enum FEFlags {
9  Enabled = 0,
10  Disabled = 1,
11  Timeout = 2,
13  ChannelId = 4,
14  LinkError = 5,
15  BlockSize = 6,
17  FIFOFull = 8,
18  L1ADesync = 9,
19  BXDesync = 10,
22  HParity = 13,
23  VParity = 14,
24  ForcedZS = 15,
25  nFEFlags = 16
26  };
27 
28 } // namespace ecaldqm
29 
30 #endif
FEFlags
Definition: FEFlags.h:8