CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
options.ConnectionHLTMenu Class Reference
Inheritance diagram for options.ConnectionHLTMenu:

Public Member Functions

def __init__
 

Public Attributes

 db
 
 name
 
 run
 
 value
 

Detailed Description

Definition at line 44 of file options.py.

Constructor & Destructor Documentation

def options.ConnectionHLTMenu.__init__ (   self,
  value 
)

Definition at line 45 of file options.py.

45 
46  def __init__(self, value):
47  self.value = value
48  self.db = None
49  self.name = None
50  self.run = None
51 
52  # extract the database and configuration name
53  if value:
54  if ':' in self.value:
55  (db, name) = self.value.split(':')
56  if db == 'run':
57  self.run = name
58  elif db in ('hltdev', 'orcoff'):
59  self.db = db
60  self.name = name
61  else:
62  raise Exception('Unknown ConfDB database "%s", valid values are "hltdev" (default) and "orcoff")' % db)
63  else:
64  self.db = 'hltdev'
65  self.name = self.value
66 
67 
# options marked with a (*) only apply when creating a whole process configuration

Member Data Documentation

options.ConnectionHLTMenu.db

Definition at line 47 of file options.py.

options.ConnectionHLTMenu.name

Definition at line 48 of file options.py.

Referenced by dirstructure.Directory.__create_pie_image(), dqm_interfaces.DirID.__eq__(), dirstructure.Directory.__get_full_path(), dirstructure.Comparison.__get_img_name(), dataset.Dataset.__getDataType(), dataset.Dataset.__getFileInfoList(), dirstructure.Comparison.__make_image(), dirstructure.Directory.__repr__(), dqm_interfaces.DirID.__repr__(), dirstructure.Comparison.__repr__(), dirstructure.Directory.calcStats(), python.rootplot.utilities.Hist.divide(), python.rootplot.utilities.Hist.divide_wilson(), utils.StatisticalTest.get_status(), dirstructure.Directory.print_report(), python.rootplot.utilities.Hist.TGraph(), python.rootplot.utilities.Hist.TH1F(), and Vispa.Views.PropertyView.Property.valueChanged().

options.ConnectionHLTMenu.run

Definition at line 49 of file options.py.

Referenced by Types.LuminosityBlockID.cppID(), and dqm_interfaces.DirWalkerFile.walk().

options.ConnectionHLTMenu.value

Definition at line 46 of file options.py.

Referenced by Vispa.Views.PropertyView.FileProperty.buttonClicked(), Types.string.configValue(), Types.FileInPath.configValue(), Mixins.UsingBlock.dumpPython(), Types.int32.insertInto(), Types.uint32.insertInto(), Types.int64.insertInto(), Types.uint64.insertInto(), Mixins.UsingBlock.insertInto(), Types.double.insertInto(), Types.bool.insertInto(), Types.string.insertInto(), Types.FileInPath.insertInto(), Types.vint32.insertInto(), Types.vuint32.insertInto(), Types.vint64.insertInto(), Types.vuint64.insertInto(), Types.vdouble.insertInto(), Types.vbool.insertInto(), Types.vstring.insertInto(), and Vispa.Views.PropertyView.FileProperty.labelDoubleClicked().