CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
plotting.PlotEmpty Class Reference

Public Member Functions

def __init__
 
def create
 
def drawRatioUncertainty
 
def getName
 
def getNumberOfHistograms
 
def isEmpty
 

Detailed Description

Denotes an empty place in a group.

Definition at line 1675 of file plotting.py.

Constructor & Destructor Documentation

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1677 of file plotting.py.

1678  def __init__(self):
1679  pass

Member Function Documentation

def plotting.PlotEmpty.create (   self,
  args,
  kwargs 
)

Definition at line 1686 of file plotting.py.

1687  def create(self, *args, **kwargs):
1688  pass
def plotting.PlotEmpty.drawRatioUncertainty (   self)

Definition at line 1683 of file plotting.py.

1684  def drawRatioUncertainty(self):
1685  return False
def plotting.PlotEmpty.getName (   self)

Definition at line 1680 of file plotting.py.

Referenced by plotting.Plot.draw().

1681  def getName(self):
1682  return None
def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1692 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

1693  def getNumberOfHistograms(self):
1694  return 0
def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1689 of file plotting.py.

Referenced by plotting.Plot.clone().

1690  def isEmpty(self):
1691  return True