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 306 of file timingPdfMaker.py.

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

306 def get_plot1(file,allnames):
307  ''' 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 323 of file timingPdfMaker.py.

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

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

Definition at line 344 of file timingPdfMaker.py.

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

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

Definition at line 57 of file timingPdfMaker.py.

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

Referenced by main().

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

Definition at line 192 of file timingPdfMaker.py.

References get_plot1(), and join().

Referenced by main().

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

Definition at line 132 of file timingPdfMaker.py.

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

Referenced by main().

132 def pathsinfo(infile,outfile):
133  '''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 247 of file timingPdfMaker.py.

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

Referenced by main().

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

Definition at line 37 of file timingPdfMaker.py.

References edm.print().

Referenced by main().

37 def usage():