![]() |
|
|||
File indexing completed on 2024-04-06 12:26:34
0001 # This extracts the constants formerly used in lumiQueryAPI.py so that they can be used in the pileup 0002 # scripts. 0003 0004 class ParametersObject(object): 0005 0006 def __init__ (self): 0007 self.NBX = 3564 0008 self.bunchSpacing = 24.95e-9 0009 self.orbitLength = self.NBX*self.bunchSpacing 0010 self.orbitFrequency = 1.0/self.orbitLength 0011 self.orbitsPerLS = 2**18 0012 self.lumiSectionLength = self.orbitsPerLS*self.orbitLength
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |