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

Constructor & Destructor Documentation

◆ __init__()

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1677 of file plotting.py.

1677  def __init__(self):
1678  pass
1679 

Member Function Documentation

◆ create()

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

Definition at line 1686 of file plotting.py.

1686  def create(self, *args, **kwargs):
1687  pass
1688 

◆ drawRatioUncertainty()

def plotting.PlotEmpty.drawRatioUncertainty (   self)

Definition at line 1683 of file plotting.py.

1683  def drawRatioUncertainty(self):
1684  return False
1685 

◆ getName()

def plotting.PlotEmpty.getName (   self)

Definition at line 1680 of file plotting.py.

1680  def getName(self):
1681  return None
1682 

Referenced by plotting.Plot.draw().

◆ getNumberOfHistograms()

def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1692 of file plotting.py.

1692  def getNumberOfHistograms(self):
1693  return 0
1694 

Referenced by plotting.Plot.isEmpty().

◆ isEmpty()

def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1689 of file plotting.py.

1689  def isEmpty(self):
1690  return True
1691 

Referenced by plotting.Plot.clone().

beamerCreator.create
def create(alignables, pedeDump, additionalData, outputFile, config)
Definition: beamerCreator.py:44
getName
TString getName(TString structure, int layer, TString geometry)
Definition: DMRtrends.cc:235