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

Public Member Functions

def __init__
 
def __str__
 
def das
 
def lumiRanges
 
def queries
 

Public Attributes

 dataSet
 
 events
 
 files
 
 ib_blacklist
 
 ib_block
 
 label
 
 location
 
 ls
 
 run
 
 split
 

Detailed Description

Definition at line 103 of file MatrixUtil.py.

Constructor & Destructor Documentation

def MatrixUtil.InputInfo.__init__ (   self,
  dataSet,
  label = '',
  run = [],
  ls = {},
  files = 1000,
  events = InputInfoNDefault,
  split = 10,
  location = 'CAF',
  ib_blacklist = None,
  ib_block = None 
)

Definition at line 104 of file MatrixUtil.py.

Member Function Documentation

def MatrixUtil.InputInfo.__str__ (   self)

Definition at line 170 of file MatrixUtil.py.

def MatrixUtil.InputInfo.das (   self,
  das_options 
)

Definition at line 116 of file MatrixUtil.py.

def MatrixUtil.InputInfo.lumiRanges (   self)

Definition at line 134 of file MatrixUtil.py.

def MatrixUtil.InputInfo.queries (   self)

Definition at line 141 of file MatrixUtil.py.

Member Data Documentation

MatrixUtil.InputInfo.dataSet

Definition at line 111 of file MatrixUtil.py.

MatrixUtil.InputInfo.events

Definition at line 108 of file MatrixUtil.py.

Referenced by eventsfwlite.Events.__getattr__(), and eventsfwlite.Events.__init__().

MatrixUtil.InputInfo.files

Definition at line 107 of file MatrixUtil.py.

Referenced by chain.Chain._guessTreeName().

MatrixUtil.InputInfo.ib_blacklist

Definition at line 113 of file MatrixUtil.py.

MatrixUtil.InputInfo.ib_block

Definition at line 114 of file MatrixUtil.py.

MatrixUtil.InputInfo.label
MatrixUtil.InputInfo.location

Definition at line 109 of file MatrixUtil.py.

MatrixUtil.InputInfo.ls

Definition at line 106 of file MatrixUtil.py.

MatrixUtil.InputInfo.run

Definition at line 105 of file MatrixUtil.py.

MatrixUtil.InputInfo.split

Definition at line 112 of file MatrixUtil.py.