CMS 3D CMS Logo

LumiConstants.h
Go to the documentation of this file.
1 #ifndef DataFormats_Luminosity_LumiConstants_h
2 #define DataFormats_Luminosity_LumiConstants_h
3 
4 // Various constants used by the lumi classes.
5 
6 namespace LumiConstants
7 {
8  static const unsigned int numOrbits = 262144; // number of orbits per LS (2^18)
9  static const unsigned int numBX = 3564; // number of BX per orbit
10  static const float bxSpacingExact = 24.95e-9; // BX spacing (exact value)
11  static const int bxSpacingInt = 25; // BX spacing (in ns) -- "standard" value of 25
12 }
13 
14 #endif
static const unsigned int numOrbits
Definition: LumiConstants.h:8
static const unsigned int numBX
Definition: LumiConstants.h:9
static const int bxSpacingInt
Definition: LumiConstants.h:11
static const float bxSpacingExact
Definition: LumiConstants.h:10