CMS 3D CMS Logo

List of all members | Public Member Functions
plotting.PlotEmpty Class Reference

Public Member Functions

def __init__ (self)
 
def create (self, args, kwargs)
 
def drawRatioUncertainty (self)
 
def getName (self)
 
def getNumberOfHistograms (self)
 
def isEmpty (self)
 

Detailed Description

Denotes an empty place in a group.

Definition at line 1676 of file plotting.py.

Constructor & Destructor Documentation

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1678 of file plotting.py.

1678  def __init__(self):
1679  pass
1680 
def __init__(self)
Definition: plotting.py:1678

Member Function Documentation

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

Definition at line 1687 of file plotting.py.

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

Definition at line 1684 of file plotting.py.

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

Definition at line 1681 of file plotting.py.

Referenced by plotting.Plot.draw().

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

Definition at line 1693 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

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

Definition at line 1690 of file plotting.py.

Referenced by plotting.Plot.clone().

1690  def isEmpty(self):
1691  return True
1692 
def isEmpty(self)
Definition: plotting.py:1690