CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CondFormats/L1TObjects/interface/L1GtFwd.h

Go to the documentation of this file.
00001 #ifndef CondFormats_L1TObjects_L1GtFwd_h
00002 #define CondFormats_L1TObjects_L1GtFwd_h
00003 
00019 
00020 enum L1GtBoardType { GTFE, FDL, PSB, GMT, TCS, TIM };
00021 
00023 enum L1GtPsbQuad {Free,    TechTr,
00024                   IsoEGQ,  NoIsoEGQ,
00025                   CenJetQ, ForJetQ, TauJetQ,
00026                   ESumsQ,
00027                   JetCountsQ,
00028                   MQB1,    MQB2,     MQF3,       MQF4,
00029                   MQB5,    MQB6,     MQF7,       MQF8,
00030                   MQB9,    MQB10,    MQF11,      MQF12,
00031                   CastorQ,
00032                   HfQ,
00033                   BptxQ,
00034                   GtExternalQ};
00035 
00036 
00052 enum L1GtConditionType { TypeNull,
00053                          Type1s, Type2s, Type2wsc, Type2cor, Type3s, Type4s,
00054                          TypeETM, TypeETT, TypeHTT, TypeHTM,
00055                          TypeJetCounts,
00056                          TypeCastor,
00057                          TypeHfBitCounts,
00058                          TypeHfRingEtSums,
00059                          TypeBptx,
00060                          TypeExternal};
00061 
00063 enum L1GtConditionCategory { CondNull,
00064                              CondMuon, CondCalo,
00065                              CondEnergySum, CondJetCounts,
00066                              CondCorrelation,
00067                              CondCastor,
00068                              CondHfBitCounts,
00069                              CondHfRingEtSums,
00070                              CondBptx,
00071                              CondExternal};
00072 
00073 #endif /*CondFormats_L1TObjects_L1GtBoardMaps_h*/