CMS 3D CMS Logo

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

Variables

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

Variable Documentation

tuple SummaryPlots_cfg.cfgLog = open(os.path.join(PlotOutputDir, "plot_config.py"), "write")

Path to be executed.

Definition at line 100 of file SummaryPlots_cfg.py.

string SummaryPlots_cfg.EventType = "unknown"

Definition at line 51 of file SummaryPlots_cfg.py.

tuple SummaryPlots_cfg.input = cms.untracked.int32(0)

Definition at line 38 of file SummaryPlots_cfg.py.

tuple SummaryPlots_cfg.options = VarParsing.VarParsing()

Definition at line 16 of file SummaryPlots_cfg.py.

string SummaryPlots_cfg.PlotOutputDir = "SummaryPlots"

Definition at line 63 of file SummaryPlots_cfg.py.

tuple SummaryPlots_cfg.process = cms.Process('MakingPlots')

Definition at line 34 of file SummaryPlots_cfg.py.

tuple SummaryPlots_cfg.ReleaseBase = os.path.join(os.environ['CMSSW_BASE'], "src")

Definition at line 6 of file SummaryPlots_cfg.py.

list SummaryPlots_cfg.ReleaseVersion = os.environ['CMSSW_VERSION']

Definition at line 7 of file SummaryPlots_cfg.py.

tuple SummaryPlots_cfg.rootFilesInCurrentDirectory = glob.glob("*.root")

Definition at line 44 of file SummaryPlots_cfg.py.

list SummaryPlots_cfg.testRootFile = rootFilesInCurrentDirectory[0]

Definition at line 48 of file SummaryPlots_cfg.py.