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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1113 of file upgradeWorkflowComponents.py.

1113  def __init__(self, howMuch, dataset):
1114  self.howMuch = howMuch
1115  self.dataset = dataset
1116 

Member Data Documentation

◆ dataset

upgradeWorkflowComponents.UpgradeFragment.dataset

◆ howMuch

upgradeWorkflowComponents.UpgradeFragment.howMuch

Definition at line 1114 of file upgradeWorkflowComponents.py.