CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, value)
 

Public Attributes

 LumiDir
 
 XmlFile
 

Detailed Description

Definition at line 34 of file options.py.

Constructor & Destructor Documentation

◆ __init__()

def options.ConnectionL1TMenuXml.__init__ (   self,
  value 
)

Definition at line 35 of file options.py.

35  def __init__(self, value):
36  self.XmlFile = None
37  self.LumiDir = None
38 
39  # extract the override tag and the connection string
40  if value:
41  if ',' in value:
42  self.XmlFile = value.split(',')[0]
43  self.LumiDir = value.split(',')[1]
44  else:
45  self.XmlFile = value
46  self.LumiDir = "startup"
47 
48 
49 # type used to store a reference to an HLT configuration
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

◆ LumiDir

options.ConnectionL1TMenuXml.LumiDir

Definition at line 37 of file options.py.

◆ XmlFile

options.ConnectionL1TMenuXml.XmlFile

Definition at line 36 of file options.py.