CMS 3D CMS Logo

ConstantDef.h
Go to the documentation of this file.
1 #ifndef RecoLuminosity_LumiProducer_ConstantDef_H
2 #define RecoLuminosity_LumiProducer_ConstantDef_H
3 namespace lumi {
4  const unsigned int N_LUMIALGO = 3; //number of lumialgorithm
5  const unsigned int N_BX = 3564; //number of BX per LS
6  const unsigned int N_TRGALGOBIT = 128;
7  const unsigned int N_TRGTECHBIT = 64;
8  const unsigned int N_TRGBIT = N_TRGALGOBIT + N_TRGTECHBIT;
9 } // namespace lumi
10 #endif
const unsigned int N_LUMIALGO
Definition: ConstantDef.h:4
const unsigned int N_TRGTECHBIT
Definition: ConstantDef.h:7
const unsigned int N_BX
Definition: ConstantDef.h:5
const unsigned int N_TRGALGOBIT
Definition: ConstantDef.h:6
const unsigned int N_TRGBIT
Definition: ConstantDef.h:8