CMS 3D CMS Logo

List of all members | Public Member Functions
html.HtmlReportDummy Class Reference

Public Member Functions

def __init__ (self)
 
def addPlots (self, args, kwargs)
 
def addTable (self, args, kwargs)
 
def beginSample (self, args, kwargs)
 

Detailed Description

Definition at line 842 of file html.py.

Constructor & Destructor Documentation

◆ __init__()

def html.HtmlReportDummy.__init__ (   self)

Definition at line 843 of file html.py.

843  def __init__(self):
844  pass
845 
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

◆ addPlots()

def html.HtmlReportDummy.addPlots (   self,
  args,
  kwargs 
)

Definition at line 849 of file html.py.

849  def addPlots(self, *args, **kwargs):
850  pass
851 

◆ addTable()

def html.HtmlReportDummy.addTable (   self,
  args,
  kwargs 
)

Definition at line 852 of file html.py.

852  def addTable(self, *args, **kwargs):
853  pass
854 

◆ beginSample()

def html.HtmlReportDummy.beginSample (   self,
  args,
  kwargs 
)

Definition at line 846 of file html.py.

846  def beginSample(self, *args, **kwargs):
847  pass
848