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 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

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 
def create(alignables, pedeDump, additionalData, outputFile, config)

◆ 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.

Referenced by plotting.Plot.draw().

1680  def getName(self):
1681  return None
1682 
std::string getName(const G4String &)
Definition: ForwardName.cc:3

◆ getNumberOfHistograms()

def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1692 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

1692  def getNumberOfHistograms(self):
1693  return 0
1694 

◆ isEmpty()

def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1689 of file plotting.py.

Referenced by plotting.Plot.clone().

1689  def isEmpty(self):
1690  return True
1691