Definition at line 4 of file LumiConstants.py.
◆ __init__()
def LumiConstants.ParametersObject.__init__ |
( |
|
self | ) |
|
Definition at line 6 of file LumiConstants.py.
8 self.bunchSpacing = 24.95e-9
9 self.orbitLength = self.NBX*self.bunchSpacing
10 self.orbitFrequency = 1.0/self.orbitLength
11 self.orbitsPerLS = 2**18
12 self.lumiSectionLength = self.orbitsPerLS*self.orbitLength
◆ bunchSpacing
LumiConstants.ParametersObject.bunchSpacing |
◆ lumiSectionLength
LumiConstants.ParametersObject.lumiSectionLength |
◆ NBX
LumiConstants.ParametersObject.NBX |
◆ orbitFrequency
LumiConstants.ParametersObject.orbitFrequency |
◆ orbitLength
LumiConstants.ParametersObject.orbitLength |
◆ orbitsPerLS
LumiConstants.ParametersObject.orbitsPerLS |