CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dirstructure.Weighted Class Reference
Inheritance diagram for dirstructure.Weighted:
dirstructure.Comparison dirstructure.Directory

Public Member Functions

def __init__ (self, name, weight=1)
 

Public Attributes

 name
 
 weight
 

Detailed Description

Definition at line 43 of file dirstructure.py.

Constructor & Destructor Documentation

◆ __init__()

def dirstructure.Weighted.__init__ (   self,
  name,
  weight = 1 
)

Definition at line 44 of file dirstructure.py.

44  def __init__(self,name,weight=1):
45  self.name=name
46  self.weight=weight
47 
48 
49 #-------------------------------------------------------------------------------
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

◆ name

dirstructure.Weighted.name

◆ weight

dirstructure.Weighted.weight