CMS 3D CMS Logo

Public Member Functions | Public Attributes

options::ConnectionL1TMenuXml Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 LumiDir
 XmlFile

Detailed Description

Definition at line 28 of file options.py.


Constructor & Destructor Documentation

def options::ConnectionL1TMenuXml::__init__ (   self,
  value 
)

Definition at line 29 of file options.py.

00030                            :
00031     self.XmlFile = None
00032     self.LumiDir = None
00033 
00034     # extract the override tag and the connection string
00035     if value:
00036       if ',' in value:
00037         self.XmlFile = value.split(',')[0]
00038         self.LumiDir = value.split(',')[1]
00039       else:
00040         self.XmlFile = value
00041         self.LumiDir = "startup"
00042 
00043 
# type used to store a reference to an HLT configuration

Member Data Documentation

Definition at line 29 of file options.py.

Definition at line 29 of file options.py.