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

◆ __init__()

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1676 of file plotting.py.

1676  def __init__(self):
1677  pass
1678 

Member Function Documentation

◆ create()

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

Definition at line 1685 of file plotting.py.

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

◆ drawRatioUncertainty()

def plotting.PlotEmpty.drawRatioUncertainty (   self)

Definition at line 1682 of file plotting.py.

1682  def drawRatioUncertainty(self):
1683  return False
1684 

◆ getName()

def plotting.PlotEmpty.getName (   self)

Definition at line 1679 of file plotting.py.

1679  def getName(self):
1680  return None
1681 

Referenced by plotting.Plot.draw().

◆ getNumberOfHistograms()

def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1691 of file plotting.py.

1691  def getNumberOfHistograms(self):
1692  return 0
1693 

Referenced by plotting.Plot.isEmpty().

◆ isEmpty()

def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1688 of file plotting.py.

1688  def isEmpty(self):
1689  return True
1690 

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