Go to the source code of this file.
Namespaces | |
Compare_cfg | |
Variables | |
string | Compare_cfg.baseDirCommand = "cd %s;" |
tuple | Compare_cfg.cfgLog = open(os.path.join(PlotOutputDir, "plot_config.py"), "write") |
Path to be executed. More... | |
tuple | Compare_cfg.CleanReferenceLabel = options.referenceLabel.replace(" ","") |
tuple | Compare_cfg.CleanTestLabel = options.testLabel.replace(" ","") |
string | Compare_cfg.EventType = "unknown" |
tuple | Compare_cfg.input = cms.untracked.int32(0) |
tuple | Compare_cfg.options = VarParsing.VarParsing() |
string | Compare_cfg.PlotOutputDir = "ComparedTo" |
tuple | Compare_cfg.process = cms.Process('MakingPlots') |
tuple | Compare_cfg.refDirectory = os.path.abspath(options.compareTo) |
tuple | Compare_cfg.RefOutputDir = os.path.join(PlotOutputDir, "ReferenceData") |
list | Compare_cfg.refRootFile = rootFilesInRefDirectory[0] |
tuple | Compare_cfg.ReleaseBase = os.path.join(os.environ['CMSSW_BASE'], "src") |
list | Compare_cfg.ReleaseVersion = os.environ['CMSSW_VERSION'] |
tuple | Compare_cfg.rootFilesInCurrentDirectory = glob.glob("*.root") |
tuple | Compare_cfg.rootFilesInRefDirectory = glob.glob(os.path.join(refDirectory, "*.root")) |
list | Compare_cfg.testRootFile = rootFilesInCurrentDirectory[0] |
string | Compare_cfg.webpageMaker = "$VALTOOLS/make_comparison_webpage " |
string | Compare_cfg.webpageOptions = "%s %s %s %s" |