CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self)
 

Public Attributes

 color
 
 name
 
 title
 

Detailed Description

Definition at line 133 of file cuy.py.

Constructor & Destructor Documentation

◆ __init__()

def cuy.plotElement.__init__ (   self)

Definition at line 134 of file cuy.py.

134  def __init__(self):
135  self.name = ""
136  self.title = ""
137  self.color = ""
138 
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.plotElement.color

Definition at line 137 of file cuy.py.

◆ name

cuy.plotElement.name

◆ title

cuy.plotElement.title

Definition at line 136 of file cuy.py.