File indexing completed on 2024-04-06 12:07:11
0001 #ifndef EcalDQMFEFlags_H
0002 #define EcalDQMFEFlags_H
0003
0004 namespace ecaldqm {
0005
0006
0007
0008 enum FEFlags {
0009 Enabled = 0,
0010 Disabled = 1,
0011 Timeout = 2,
0012 HeaderError = 3,
0013 ChannelId = 4,
0014 LinkError = 5,
0015 BlockSize = 6,
0016 Suppressed = 7,
0017 ForcedFullSupp = 8,
0018 L1ADesync = 9,
0019 BXDesync = 10,
0020 L1ABXDesync = 11,
0021 FIFOFull = 12,
0022 HParity = 13,
0023 VParity = 14,
0024 ForcedZS = 15,
0025 nFEFlags = 16
0026 };
0027
0028 }
0029
0030 #endif