CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/DQM/EcalCommon/interface/FEFlags.h

Go to the documentation of this file.
00001 #ifndef EcalDQMFEFlags_H
00002 #define EcalDQMFEFlags_H
00003 
00004 namespace ecaldqm {
00005 
00006   // partially taken from EventFilter/EcalRawToDigi/interface/DCCRawDataDefinitions.h
00007   enum FEFlags {
00008     Enabled = 0,
00009     Disabled = 1,
00010     Timeout = 2,
00011     HeaderError = 3,
00012     ChannelId = 4,
00013     LinkError = 5,
00014     BlockSize = 6,
00015     Suppressed = 7,
00016     FIFOFull = 8,
00017     L1ADesync = 9,
00018     BXDesync = 10,
00019     L1ABXDesync = 11,
00020     FIFOFullL1ADesync = 12,
00021     HParity = 13,
00022     VParity = 14,
00023     ForcedZS = 15,
00024     nFEFlags = 16
00025   };
00026 
00027 }
00028 
00029 #endif