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

Constructor & Destructor Documentation

◆ __init__()

def plotting.PlotEmpty.__init__ (   self)

Definition at line 1655 of file plotting.py.

1655  def __init__(self):
1656  pass
1657 
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 1664 of file plotting.py.

1664  def create(self, *args, **kwargs):
1665  pass
1666 
def create(alignables, pedeDump, additionalData, outputFile, config)

◆ drawRatioUncertainty()

def plotting.PlotEmpty.drawRatioUncertainty (   self)

Definition at line 1661 of file plotting.py.

1661  def drawRatioUncertainty(self):
1662  return False
1663 

◆ getName()

def plotting.PlotEmpty.getName (   self)

Definition at line 1658 of file plotting.py.

Referenced by plotting.Plot.draw().

1658  def getName(self):
1659  return None
1660 
std::string getName(const G4String &)
Definition: ForwardName.cc:3

◆ getNumberOfHistograms()

def plotting.PlotEmpty.getNumberOfHistograms (   self)

Definition at line 1670 of file plotting.py.

Referenced by plotting.Plot.isEmpty().

1670  def getNumberOfHistograms(self):
1671  return 0
1672 

◆ isEmpty()

def plotting.PlotEmpty.isEmpty (   self)

Definition at line 1667 of file plotting.py.

Referenced by plotting.Plot.clone().

1667  def isEmpty(self):
1668  return True
1669