CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/L1GlobalCaloTrigger/interface/L1GctStaticParameters.h

Go to the documentation of this file.
00001 #ifndef L1GctStaticParameters_h
00002 #define L1GctStaticParameters_h
00003 
00004 class L1GctStaticParameters {
00005  public:
00006 
00007   static const unsigned jetRankMax;
00008   static const unsigned jetRankNBits;
00009 
00010   static const unsigned jetCalibratedEtMax;
00011   static const unsigned jetCalibratedEtNBits;
00012 
00013   static const unsigned emRankMax;
00014   static const unsigned emRankNBits;
00015 
00016 };
00017 
00018 #endif