Go to the source code of this file.
Namespaces | |
namespace | indexGenCompare |
Functions | |
def | indexGenCompare::processBenchmark |
Variables | |
string | indexGenCompare::action = "store_true" |
tuple | indexGenCompare::benchmark1 |
tuple | indexGenCompare::benchmark1Link = benchmark1.benchmarkUrl( website ) |
tuple | indexGenCompare::benchmark1Name = benchmark1.fullName() |
tuple | indexGenCompare::benchmark2 |
tuple | indexGenCompare::benchmark2Link = benchmark2.benchmarkUrl( website ) |
tuple | indexGenCompare::benchmark2Name = benchmark2.fullName() |
indexGenCompare::comments = webpage.options_.comments | |
tuple | indexGenCompare::comparison = valtools.comparison( benchmark1, webpage.outputDir_) |
indexGenCompare::default = False) | |
string | indexGenCompare::help = "specify the ROOT macro to be used for comparison. If empty, skip the plotting stage" |
tuple | indexGenCompare::ifile = open( indexhtml ) |
tuple | indexGenCompare::images = webpage.readCaptions('c_captions.txt') |
string | indexGenCompare::indexhtml = "%s/%s" |
tuple | indexGenCompare::indexTemplate = ifile.read() |
string | indexGenCompare::infonotfoundhtml = "%s/%s" |
tuple | indexGenCompare::infoNotFoundTemplate = ifile.read() |
indexGenCompare::macro = webpage.options_.macro | |
tuple | indexGenCompare::macroLink = valtools.processFile( macro, webpage.outputDir_ ) |
tuple | indexGenCompare::macroName = os.path.basename(macro) |
tuple | indexGenCompare::ofile = open( '%s/index.html' % webpage.outputDir_, 'w' ) |
tuple | indexGenCompare::ofile2 = open( '%s/infoNotFound.html' % webpage.outputDir_, 'w' ) |
tuple | indexGenCompare::remoteName = benchmark1.benchmarkOnWebSite(website) |
tuple | indexGenCompare::s = Template(indexTemplate) |
tuple | indexGenCompare::s2 = Template(infoNotFoundTemplate) |
tuple | indexGenCompare::subst |
tuple | indexGenCompare::subst2 = s2.substitute( username = os.environ['USER'] ) |
string | indexGenCompare::templateFile = 'indexCompare.html' |
indexGenCompare::title = webpage.benchmarkName_ | |
list | indexGenCompare::username = os.environ['USER'] |
tuple | indexGenCompare::webpage = valtools.webpage() |
tuple | indexGenCompare::website = valtools.website() |