CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
LumiConstants.ParametersObject Class Reference
Inheritance diagram for LumiConstants.ParametersObject:

Public Member Functions

def __init__ (self)
 

Public Attributes

 bunchSpacing
 
 lumiSectionLength
 
 NBX
 
 orbitFrequency
 
 orbitLength
 
 orbitsPerLS
 

Detailed Description

Definition at line 4 of file LumiConstants.py.

Constructor & Destructor Documentation

◆ __init__()

def LumiConstants.ParametersObject.__init__ (   self)

Definition at line 6 of file LumiConstants.py.

6  def __init__ (self):
7  self.NBX = 3564
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
13 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Data Documentation

◆ bunchSpacing

LumiConstants.ParametersObject.bunchSpacing

Definition at line 8 of file LumiConstants.py.

◆ lumiSectionLength

LumiConstants.ParametersObject.lumiSectionLength

Definition at line 12 of file LumiConstants.py.

◆ NBX

LumiConstants.ParametersObject.NBX

Definition at line 7 of file LumiConstants.py.

◆ orbitFrequency

LumiConstants.ParametersObject.orbitFrequency

Definition at line 10 of file LumiConstants.py.

◆ orbitLength

LumiConstants.ParametersObject.orbitLength

Definition at line 9 of file LumiConstants.py.

◆ orbitsPerLS

LumiConstants.ParametersObject.orbitsPerLS

Definition at line 11 of file LumiConstants.py.