CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
relval_upgrade Namespace Reference

Functions

def makeStepName
 
def makeStepNameSim
 

Variables

 hasHarvest = False
 
list numWF = numWFAll[year]
 
tuple s = step.replace('GenSim','Premix')
 
string step = 'GenSimHLBeamSpot14'
 
dictionary stepList = {}
 
tuple stepMade = stepMaker(key,'PREMIX',s,specialWF.suffix)
 
 stepMaker = makeStepName
 
tuple workflows = Matrix()
 

Function Documentation

def relval_upgrade.makeStepName (   key,
  frag,
  step,
  suffix 
)

Definition at line 14 of file relval_upgrade.py.

14 
15 def makeStepName(key,frag,step,suffix):
16  return step+suffix+'_'+key
17 
18 #just define all of them
def relval_upgrade.makeStepNameSim (   key,
  frag,
  step,
  suffix 
)

Definition at line 11 of file relval_upgrade.py.

11 
12 def makeStepNameSim(key,frag,step,suffix):
13  return frag+'_'+key+'_'+step+suffix

Variable Documentation

relval_upgrade.hasHarvest = False

Definition at line 30 of file relval_upgrade.py.

list relval_upgrade.numWF = numWFAll[year]

Definition at line 21 of file relval_upgrade.py.

tuple relval_upgrade.s = step.replace('GenSim','Premix')

Definition at line 55 of file relval_upgrade.py.

string relval_upgrade.step = 'GenSimHLBeamSpot14'

Definition at line 36 of file relval_upgrade.py.

dictionary relval_upgrade.stepList = {}

Definition at line 27 of file relval_upgrade.py.

tuple relval_upgrade.stepMade = stepMaker(key,'PREMIX',s,specialWF.suffix)

Definition at line 57 of file relval_upgrade.py.

relval_upgrade.stepMaker = makeStepName

Definition at line 32 of file relval_upgrade.py.

tuple relval_upgrade.workflows = Matrix()

Definition at line 5 of file relval_upgrade.py.