CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
cuy.ValElement Class Reference

Public Member Functions

def __init__ (self)
 

Public Attributes

 filename
 
 histos
 
 release
 
 TH1s
 
 type
 
 weight
 

Detailed Description

Definition at line 118 of file cuy.py.

Constructor & Destructor Documentation

◆ __init__()

def cuy.ValElement.__init__ (   self)

Definition at line 119 of file cuy.py.

119  def __init__(self):
120  self.type = ""
121  self.filename = ""
122  self.release = ""
123  self.histos = {}
124  self.TH1s = {}
125  self.weight = None
126 
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

◆ filename

cuy.ValElement.filename

Definition at line 121 of file cuy.py.

◆ histos

cuy.ValElement.histos

Definition at line 123 of file cuy.py.

◆ release

cuy.ValElement.release

Definition at line 122 of file cuy.py.

◆ TH1s

cuy.ValElement.TH1s

Definition at line 124 of file cuy.py.

◆ type

cuy.ValElement.type

Definition at line 120 of file cuy.py.

◆ weight

cuy.ValElement.weight

Definition at line 125 of file cuy.py.