|
tuple | indexGen.benchmark = valtools.benchmark() |
|
string | indexGen.benchmarkConfig = 'benchmark_cfg.py' |
|
tuple | indexGen.benchmarkConfigLink |
|
list | indexGen.cmssw = os.environ['CMSSW_VERSION'] |
|
| indexGen.comments = webpage.options_.comments |
|
string | indexGen.default = "None" |
|
| indexGen.genConfig = webpage.options_.pyGenSource |
|
tuple | indexGen.genConfigLink = valtools.processFile(genConfig, webpage.outputDir_ ) |
|
string | indexGen.help = "url pointing to a recipe" |
|
tuple | indexGen.ifile = open( indexhtml ) |
|
tuple | indexGen.images = webpage.readCaptions('captions.txt') |
|
string | indexGen.indexhtml = "%s/%s" |
|
tuple | indexGen.indexTemplate = ifile.read() |
|
string | indexGen.infonotfoundhtml = "%s/%s" |
|
tuple | indexGen.infoNotFoundTemplate = ifile.read() |
|
string | indexGen.macro = 'plot.C' |
|
tuple | indexGen.macroLink = valtools.processFile(macro, webpage.outputDir_ ) |
|
tuple | indexGen.ofile = open( '%s/index.html' % outputDir, 'w' ) |
|
tuple | indexGen.ofile2 = open( '%s/infoNotFound.html' % outputDir, 'w' ) |
|
| indexGen.outputDir = webpage.outputDir_ |
|
| indexGen.recipe = webpage.options_.recipe |
|
tuple | indexGen.recipeLink = valtools.processFile( recipe, webpage.outputDir_ ) |
|
tuple | indexGen.rootFileLink = valtools.processFile(webpage.rootFile_, webpage.outputDir_ ) |
|
tuple | indexGen.s = Template(indexTemplate) |
|
tuple | indexGen.s2 = Template(infoNotFoundTemplate) |
|
tuple | indexGen.showTags = os.popen( 'showtags -t -r -u') |
|
| indexGen.simConfig = webpage.options_.pySim |
|
tuple | indexGen.simConfigLink = valtools.processFile( simConfig, webpage.outputDir_ ) |
|
tuple | indexGen.subst |
|
tuple | indexGen.subst2 = s2.substitute( username = os.environ['USER'] ) |
|
string | indexGen.templateFile = 'index.html' |
|
| indexGen.title = webpage.benchmarkName_ |
|
tuple | indexGen.webpage = valtools.webpage() |
|