CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self)
 

Public Attributes

 histos
 
 name
 
 SetGrid
 
 SetLogy
 
 title
 
 weight
 

Detailed Description

Definition at line 139 of file cuy.py.

Constructor & Destructor Documentation

◆ __init__()

def cuy.additionElement.__init__ (   self)

Definition at line 140 of file cuy.py.

140  def __init__(self):
141  self.name = ""
142  self.title = ""
143  self.SetLogy = ""
144  self.SetGrid = ""
145  self.histos = []
146  self.weight = []
147 
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

◆ histos

cuy.additionElement.histos

Definition at line 145 of file cuy.py.

◆ name

cuy.additionElement.name

◆ SetGrid

cuy.additionElement.SetGrid

Definition at line 144 of file cuy.py.

◆ SetLogy

cuy.additionElement.SetLogy

Definition at line 143 of file cuy.py.

◆ title

cuy.additionElement.title

Definition at line 142 of file cuy.py.

◆ weight

cuy.additionElement.weight

Definition at line 146 of file cuy.py.