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 140 of file cuy.py.

Constructor & Destructor Documentation

def cuy.additionElement.__init__ (   self)

Definition at line 141 of file cuy.py.

141  def __init__(self):
142  self.name = ""
143  self.title = ""
144  self.SetLogy = ""
145  self.SetGrid = ""
146  self.histos = []
147  self.weight = []
148 
def __init__(self)
Definition: cuy.py:141

Member Data Documentation

cuy.additionElement.histos

Definition at line 146 of file cuy.py.

cuy.additionElement.name
cuy.additionElement.SetGrid

Definition at line 145 of file cuy.py.

cuy.additionElement.SetLogy

Definition at line 144 of file cuy.py.

cuy.additionElement.title
cuy.additionElement.weight

Definition at line 147 of file cuy.py.