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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 2183 of file upgradeWorkflowComponents.py.

2183  def __init__(self, howMuch, dataset):
2184  self.howMuch = howMuch
2185  self.dataset = dataset
2186 
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 2184 of file upgradeWorkflowComponents.py.