Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:34

0001 #ifndef RecoLuminosity_LumiProducer_ConstantDef_H
0002 #define RecoLuminosity_LumiProducer_ConstantDef_H
0003 namespace lumi {
0004   const unsigned int N_LUMIALGO = 3;  //number of lumialgorithm
0005   const unsigned int N_BX = 3564;     //number of BX per LS
0006   const unsigned int N_TRGALGOBIT = 128;
0007   const unsigned int N_TRGTECHBIT = 64;
0008   const unsigned int N_TRGBIT = N_TRGALGOBIT + N_TRGTECHBIT;
0009 }  // namespace lumi
0010 #endif