CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
indexGen Namespace Reference

Variables

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

Variable Documentation

tuple indexGen.benchmark = valtools.benchmark()

Definition at line 34 of file indexGen.py.

string indexGen.benchmarkConfig = 'benchmark_cfg.py'

Definition at line 42 of file indexGen.py.

tuple indexGen.benchmarkConfigLink
Initial value:
1 = valtools.processFile( benchmarkConfig,
2  webpage.outputDir_ )
def processFile
Definition: valtools.py:304

Definition at line 69 of file indexGen.py.

list indexGen.cmssw = os.environ['CMSSW_VERSION']

Definition at line 45 of file indexGen.py.

indexGen.comments = webpage.options_.comments

Definition at line 74 of file indexGen.py.

Referenced by CaliGeneralDat.setComments().

string indexGen.default = "None"

Definition at line 17 of file indexGen.py.

indexGen.genConfig = webpage.options_.pyGenSource

Definition at line 40 of file indexGen.py.

tuple indexGen.genConfigLink = valtools.processFile(genConfig, webpage.outputDir_ )

Definition at line 67 of file indexGen.py.

string indexGen.help = "url pointing to a recipe"

Definition at line 16 of file indexGen.py.

tuple indexGen.ifile = open( indexhtml )

Definition at line 77 of file indexGen.py.

tuple indexGen.images = webpage.readCaptions('captions.txt')

Definition at line 75 of file indexGen.py.

string indexGen.indexhtml = "%s/%s"

Definition at line 53 of file indexGen.py.

tuple indexGen.indexTemplate = ifile.read()

Definition at line 78 of file indexGen.py.

string indexGen.infonotfoundhtml = "%s/%s"

Definition at line 62 of file indexGen.py.

tuple indexGen.infoNotFoundTemplate = ifile.read()

Definition at line 105 of file indexGen.py.

string indexGen.macro = 'plot.C'

Definition at line 38 of file indexGen.py.

tuple indexGen.macroLink = valtools.processFile(macro, webpage.outputDir_ )

Definition at line 71 of file indexGen.py.

tuple indexGen.ofile = open( '%s/index.html' % outputDir, 'w' )

Definition at line 101 of file indexGen.py.

tuple indexGen.ofile2 = open( '%s/infoNotFound.html' % outputDir, 'w' )

Definition at line 108 of file indexGen.py.

indexGen.outputDir = webpage.outputDir_

Definition at line 52 of file indexGen.py.

Referenced by PlotCombiner.makePlot().

indexGen.recipe = webpage.options_.recipe

Definition at line 39 of file indexGen.py.

tuple indexGen.recipeLink = valtools.processFile( recipe, webpage.outputDir_ )

Definition at line 66 of file indexGen.py.

tuple indexGen.rootFileLink = valtools.processFile(webpage.rootFile_, webpage.outputDir_ )

Definition at line 72 of file indexGen.py.

tuple indexGen.s = Template(indexTemplate)

Definition at line 79 of file indexGen.py.

tuple indexGen.s2 = Template(infoNotFoundTemplate)
tuple indexGen.showTags = os.popen( 'showtags -t -r -u')

Definition at line 46 of file indexGen.py.

indexGen.simConfig = webpage.options_.pySim

Definition at line 41 of file indexGen.py.

tuple indexGen.simConfigLink = valtools.processFile( simConfig, webpage.outputDir_ )

Definition at line 68 of file indexGen.py.

tuple indexGen.subst
Initial value:
1 = s.substitute(title = title,
2  recipe = recipe,
3  recipeLink = recipeLink,
4  genConfig = os.path.basename(genConfig),
5  genConfigLink = genConfigLink,
6  simConfig = os.path.basename(simConfig),
7  simConfigLink = simConfigLink,
8  benchmarkConfig = os.path.basename(benchmarkConfig),
9  benchmarkConfigLink = benchmarkConfigLink,
10  macro = os.path.basename(macro),
11  macroLink = macroLink,
12  rootFile = os.path.basename(webpage.rootFile_),
13  rootFileLink = rootFileLink,
14  comments = comments,
15  cmssw = cmssw,
16  showTags = showTags,
17  images = images,
18  username = os.environ['USER'],
19  date = webpage.date_
20  )

Definition at line 80 of file indexGen.py.

tuple indexGen.subst2 = s2.substitute( username = os.environ['USER'] )

Definition at line 107 of file indexGen.py.

string indexGen.templateFile = 'index.html'

Definition at line 50 of file indexGen.py.

indexGen.title = webpage.benchmarkName_
tuple indexGen.webpage = valtools.webpage()

Definition at line 12 of file indexGen.py.