CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, name, cmdDict)
 
def getProcess (self)
 

Public Attributes

 command
 
 ins
 I/O of the block. More...
 
 nameId
 
 outs
 

Detailed Description

Definition at line 43 of file WorkFlow.py.

Constructor & Destructor Documentation

◆ __init__()

def WorkFlow.WorkFlowBlock.__init__ (   self,
  name,
  cmdDict 
)

Definition at line 44 of file WorkFlow.py.

44  def __init__(self, name,cmdDict):
45  self.nameId = name
46  self.command = ''#made from the cmdDict
47 
48 
49  self.ins=None
50  self.outs=None
51 
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 Function Documentation

◆ getProcess()

def WorkFlow.WorkFlowBlock.getProcess (   self)

Definition at line 52 of file WorkFlow.py.

52  def getProcess(self):
53  #get ConfigBuilder to give a process back
54  return None
55 
56 

Member Data Documentation

◆ command

WorkFlow.WorkFlowBlock.command

Definition at line 46 of file WorkFlow.py.

Referenced by cmsswPreprocessor.CmsswPreprocessor.run().

◆ ins

WorkFlow.WorkFlowBlock.ins

I/O of the block.

Definition at line 49 of file WorkFlow.py.

◆ nameId

WorkFlow.WorkFlowBlock.nameId

Definition at line 45 of file WorkFlow.py.

◆ outs

WorkFlow.WorkFlowBlock.outs

Definition at line 50 of file WorkFlow.py.