File indexing completed on 2024-04-06 12:04:27
0001 #include "DataFormats/L1GlobalCaloTrigger/interface/L1GctStaticParameters.h"
0002
0003 const unsigned L1GctStaticParameters::jetRankMax = 0x3f;
0004 const unsigned L1GctStaticParameters::jetRankNBits = 6;
0005
0006 const unsigned L1GctStaticParameters::jetCalibratedEtMax = 0x3ff;
0007 const unsigned L1GctStaticParameters::jetCalibratedEtNBits = 10;
0008
0009 const unsigned L1GctStaticParameters::emRankMax = 0x3f;
0010 const unsigned L1GctStaticParameters::emRankNBits = 6;