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

Constructor & Destructor Documentation

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1674 of file plotting.py.

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

Member Function Documentation

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

Definition at line 1683 of file plotting.py.

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

Definition at line 1680 of file plotting.py.

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

Definition at line 1677 of file plotting.py.

Referenced by plotting.Plot.draw().

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

Definition at line 1689 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

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

Definition at line 1686 of file plotting.py.

Referenced by plotting.Plot.clone().

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