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  static const unsigned int numOrbits = 262144; // number of orbits per LS (2^18)
8  static const unsigned int numBX = 3564; // number of BX per orbit
9  static const float bxSpacingExact = 24.95e-9; // BX spacing (exact value)
10  static const int bxSpacingInt = 25; // BX spacing (in ns) -- "standard" value of 25
11 } // namespace LumiConstants
12 
13 #endif
static const unsigned int numOrbits
Definition: LumiConstants.h:7
static const unsigned int numBX
Definition: LumiConstants.h:8
static const int bxSpacingInt
Definition: LumiConstants.h:10
static const float bxSpacingExact
Definition: LumiConstants.h:9