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
relval_steps.InputInfo Class Reference
Inheritance diagram for relval_steps.InputInfo:

Public Member Functions

def __init__
 

Public Attributes

 dataSet
 
 events
 
 files
 
 label
 
 location
 
 run
 

Detailed Description

Definition at line 2 of file relval_steps.py.

Constructor & Destructor Documentation

def relval_steps.InputInfo.__init__ (   self,
  label,
  dataSet,
  run = 0,
  files = 1000,
  events = 2000000,
  location = 'CAF' 
)

Definition at line 3 of file relval_steps.py.

3 
4  def __init__(self,label,dataSet,run=0,files=1000,events=2000000,location='CAF') :
5  self.run = run
6  self.files = files
7  self.events = events
8  self.location = location
9  self.label = label
10  self.dataSet = dataSet
11 
# merge dictionaries, with prioty on the [0] index

Member Data Documentation

relval_steps.InputInfo.dataSet

Definition at line 9 of file relval_steps.py.

relval_steps.InputInfo.events

Definition at line 6 of file relval_steps.py.

relval_steps.InputInfo.files

Definition at line 5 of file relval_steps.py.

Referenced by runTheMatrix.MatrixReader.prepare(), runTheMatrix_dev.MatrixReader.prepare(), and runTheMatrix_dev.MatrixReader.showRaw().

relval_steps.InputInfo.label

Definition at line 8 of file relval_steps.py.

Referenced by python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor._sort_list(), python.rootplot.root2matplotlib.Hist.bar(), python.rootplot.root2matplotlib.Hist.barh(), python.rootplot.root2matplotlib.Hist.errorbar(), python.rootplot.root2matplotlib.Hist.errorbarh(), python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.foundIn(), python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.fullFilename(), python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.inputEventContent(), python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.outputEventContent(), python.Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor.properties(), python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor.properties(), python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.properties(), python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.readConnections(), python.Vispa.Plugins.ConfigEditor.ToolDataAccessor.ToolDataAccessor.updateProcess(), and python.Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor.usedBy().

relval_steps.InputInfo.location

Definition at line 7 of file relval_steps.py.

relval_steps.InputInfo.run

Definition at line 4 of file relval_steps.py.

Referenced by generateEDF.LumiInfo.__str__(), Types.EventID.cppID(), Types.LuminosityBlockID.cppID(), and generateEDF.LumiInfo.fixXingInfo().