CMS 3D CMS Logo

Functions
timingPdfMaker Namespace Reference

Functions

def get_plot1 (file, allnames)
 
def get_plot2 (infile, allnames)
 
def main (argv)
 
def maininfo (infile, outfile)
 
def moduleinfo (infile, outfile)
 
def pathsinfo (infile, outfile)
 
def specificpathinfo (infile, outfile, path)
 
def usage ()
 

Function Documentation

def timingPdfMaker.get_plot1 (   file,
  allnames 
)
Function to create the plot and save it as.png file 

Definition at line 305 of file timingPdfMaker.py.

Referenced by maininfo(), moduleinfo(), pathsinfo(), and specificpathinfo().

305 def get_plot1(file,allnames):
306  ''' Function to create the plot and save it as.png file '''
def get_plot1(file, allnames)
def timingPdfMaker.get_plot2 (   infile,
  allnames 
)
Function to create the plot and save it as.png file 

Definition at line 322 of file timingPdfMaker.py.

Referenced by maininfo(), pathsinfo(), and specificpathinfo().

322 def get_plot2(infile,allnames):
323  ''' Function to create the plot and save it as.png file '''
def get_plot2(infile, allnames)
def timingPdfMaker.main (   argv)

Definition at line 343 of file timingPdfMaker.py.

References maininfo(), moduleinfo(), pathsinfo(), specificpathinfo(), and usage().

343 def main(argv):
def timingPdfMaker.maininfo (   infile,
  outfile 
)
Creates main info tex file

Definition at line 56 of file timingPdfMaker.py.

References cmsPerfStripChart.dict, get_plot1(), get_plot2(), and join().

Referenced by main().

56 def maininfo(infile, outfile):
57  ''' Creates main info tex file'''
def maininfo(infile, outfile)
def timingPdfMaker.moduleinfo (   infile,
  outfile 
)
Create the paths info tex file

Definition at line 191 of file timingPdfMaker.py.

References get_plot1(), and join().

Referenced by main().

191 def moduleinfo(infile,outfile):
192  '''Create the paths info tex file'''
def moduleinfo(infile, outfile)
def timingPdfMaker.pathsinfo (   infile,
  outfile 
)
Create the paths info tex file

Definition at line 131 of file timingPdfMaker.py.

References get_plot1(), get_plot2(), and join().

Referenced by main().

131 def pathsinfo(infile,outfile):
132  '''Create the paths info tex file'''
def pathsinfo(infile, outfile)
def timingPdfMaker.specificpathinfo (   infile,
  outfile,
  path 
)
Creates an specific path info tex file

Definition at line 246 of file timingPdfMaker.py.

References get_plot1(), get_plot2(), join(), and MuonErrorMatrixValues_cff.values.

Referenced by main().

246 def specificpathinfo(infile, outfile, path):
247  ''' Creates an specific path info tex file'''
def specificpathinfo(infile, outfile, path)
def timingPdfMaker.usage ( )

Definition at line 36 of file timingPdfMaker.py.

Referenced by main().

36 def usage():