CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self)
 

Public Attributes

 color
 
 histos
 
 legend
 
 marker
 
 name
 
 SetGrid
 
 SetLogy
 
 title
 
 weight
 

Detailed Description

Definition at line 148 of file cuy.py.

Constructor & Destructor Documentation

◆ __init__()

def cuy.superimposeElement.__init__ (   self)

Definition at line 149 of file cuy.py.

149  def __init__(self):
150  self.name = ""
151  self.title = ""
152  self.SetLogy = ""
153  self.SetGrid = ""
154  self.histos = []
155  self.color = []
156  self.marker = []
157  self.legend = []
158  self.weight = []
159  #self.flavour = []
160 #**********************************
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

◆ color

cuy.superimposeElement.color

Definition at line 155 of file cuy.py.

◆ histos

cuy.superimposeElement.histos

Definition at line 154 of file cuy.py.

◆ legend

cuy.superimposeElement.legend

Definition at line 157 of file cuy.py.

◆ marker

cuy.superimposeElement.marker

Definition at line 156 of file cuy.py.

◆ name

cuy.superimposeElement.name

◆ SetGrid

cuy.superimposeElement.SetGrid

Definition at line 153 of file cuy.py.

◆ SetLogy

cuy.superimposeElement.SetLogy

Definition at line 152 of file cuy.py.

◆ title

cuy.superimposeElement.title

Definition at line 151 of file cuy.py.

◆ weight

cuy.superimposeElement.weight

Definition at line 158 of file cuy.py.