00001 #ifndef RecoLuminosity_LumiProducer_ConstantDef_H 00002 #define RecoLuminosity_LumiProducer_ConstantDef_H 00003 namespace lumi{ 00004 const unsigned int N_LUMIALGO=3; //number of lumialgorithm 00005 const unsigned int N_BX=3564;//number of BX per LS 00006 const unsigned int N_TRGALGOBIT=128; 00007 const unsigned int N_TRGTECHBIT=64; 00008 const unsigned int N_TRGBIT=N_TRGALGOBIT+N_TRGTECHBIT; 00009 } 00010 #endif