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 843 of file html.py.

Constructor & Destructor Documentation

◆ __init__()

def html.HtmlReportDummy.__init__ (   self)

Definition at line 844 of file html.py.

844  def __init__(self):
845  pass
846 
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 850 of file html.py.

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

◆ addTable()

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

Definition at line 853 of file html.py.

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

◆ beginSample()

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

Definition at line 847 of file html.py.

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