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 1674 of file plotting.py.

Constructor & Destructor Documentation

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1676 of file plotting.py.

1676  def __init__(self):
1677  pass
1678 
def __init__(self)
Definition: plotting.py:1676

Member Function Documentation

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

Definition at line 1685 of file plotting.py.

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

Definition at line 1682 of file plotting.py.

1683  return False
1684 
def drawRatioUncertainty(self)
Definition: plotting.py:1682
def plotting.PlotEmpty.getName (   self)

Definition at line 1679 of file plotting.py.

Referenced by plotting.Plot.draw().

1679  def getName(self):
1680  return None
1681 
def getName(self)
Definition: plotting.py:1679
def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1691 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

1692  return 0
1693 
def getNumberOfHistograms(self)
Definition: plotting.py:1691
def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1688 of file plotting.py.

Referenced by plotting.Plot.clone().

1688  def isEmpty(self):
1689  return True
1690 
def isEmpty(self)
Definition: plotting.py:1688