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

Constructor & Destructor Documentation

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1673 of file plotting.py.

1673  def __init__(self):
1674  pass
1675 
def __init__(self)
Definition: plotting.py:1673

Member Function Documentation

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

Definition at line 1682 of file plotting.py.

1682  def create(self, *args, **kwargs):
1683  pass
1684 
def create(self, args, kwargs)
Definition: plotting.py:1682
def plotting.PlotEmpty.drawRatioUncertainty (   self)

Definition at line 1679 of file plotting.py.

1680  return False
1681 
def drawRatioUncertainty(self)
Definition: plotting.py:1679
def plotting.PlotEmpty.getName (   self)

Definition at line 1676 of file plotting.py.

Referenced by plotting.Plot.draw().

1676  def getName(self):
1677  return None
1678 
def getName(self)
Definition: plotting.py:1676
def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1688 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

1689  return 0
1690 
def getNumberOfHistograms(self)
Definition: plotting.py:1688
def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1685 of file plotting.py.

Referenced by plotting.Plot.clone().

1685  def isEmpty(self):
1686  return True
1687 
def isEmpty(self)
Definition: plotting.py:1685