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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 954 of file upgradeWorkflowComponents.py.

954  def __init__(self, howMuch, dataset):
955  self.howMuch = howMuch
956  self.dataset = dataset
957 

Member Data Documentation

◆ dataset

upgradeWorkflowComponents.UpgradeFragment.dataset

◆ howMuch

upgradeWorkflowComponents.UpgradeFragment.howMuch

Definition at line 955 of file upgradeWorkflowComponents.py.