Go to the source code of this file.
Namespaces | |
SummaryPlots_cfg | |
Variables | |
tuple | SummaryPlots_cfg.cfgLog = open(os.path.join(PlotOutputDir, "plot_config.py"), "write") |
Path to be executed. More... | |
string | SummaryPlots_cfg.EventType = "unknown" |
tuple | SummaryPlots_cfg.input = cms.untracked.int32(0) |
tuple | SummaryPlots_cfg.options = VarParsing.VarParsing() |
string | SummaryPlots_cfg.PlotOutputDir = "SummaryPlots" |
tuple | SummaryPlots_cfg.process = cms.Process('MakingPlots') |
tuple | SummaryPlots_cfg.ReleaseBase = os.path.join(os.environ['CMSSW_BASE'], "src") |
list | SummaryPlots_cfg.ReleaseVersion = os.environ['CMSSW_VERSION'] |
tuple | SummaryPlots_cfg.rootFilesInCurrentDirectory = glob.glob("*.root") |
list | SummaryPlots_cfg.testRootFile = rootFilesInCurrentDirectory[0] |