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 () |
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().
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().
def timingPdfMaker.main | ( | argv | ) |
Definition at line 343 of file timingPdfMaker.py.
References maininfo(), moduleinfo(), pathsinfo(), specificpathinfo(), and usage().
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().
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().
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().
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().
def timingPdfMaker.usage | ( | ) |