CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, howMuch, dataset)
 

Public Attributes

 dataset
 
 howMuch
 

Detailed Description

Definition at line 3184 of file upgradeWorkflowComponents.py.

Constructor & Destructor Documentation

◆ __init__()

def upgradeWorkflowComponents.UpgradeFragment.__init__ (   self,
  howMuch,
  dataset 
)

Definition at line 3185 of file upgradeWorkflowComponents.py.

3185  def __init__(self, howMuch, dataset):
3186  self.howMuch = howMuch
3187  self.dataset = dataset
3188 
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 Data Documentation

◆ dataset

upgradeWorkflowComponents.UpgradeFragment.dataset

◆ howMuch

upgradeWorkflowComponents.UpgradeFragment.howMuch

Definition at line 3186 of file upgradeWorkflowComponents.py.