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 2640 of file upgradeWorkflowComponents.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 2641 of file upgradeWorkflowComponents.py.

2641  def __init__(self, howMuch, dataset):
2642  self.howMuch = howMuch
2643  self.dataset = dataset
2644 
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 2642 of file upgradeWorkflowComponents.py.