Line Code
1 2 3 4 5 6 7 8 9 10
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctStaticParameters.h"

const unsigned L1GctStaticParameters::jetRankMax = 0x3f;
const unsigned L1GctStaticParameters::jetRankNBits = 6;

const unsigned L1GctStaticParameters::jetCalibratedEtMax = 0x3ff;
const unsigned L1GctStaticParameters::jetCalibratedEtNBits = 10;

const unsigned L1GctStaticParameters::emRankMax = 0x3f;
const unsigned L1GctStaticParameters::emRankNBits = 6;