CMS 3D CMS Logo

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

Variables

tuple _cwd = os.getcwd()
 
tuple _tempdir = tempfile.mkdtemp()
 
string cmsDriverCommand = "cmsDriver.py harvest --scenario pp --filetype DQM --conditions auto:run2_mc --mc -s HARVESTING:postProcessorTrackSequence -n -1 --filein {0}"
 
string filelist = ","
 
string help = "files to be harvested (convert edm DQM format to plain ROOT format"
 
tuple ofiles = glob.glob("DQM*.root")
 
tuple opts = parser.parse_args()
 
tuple outputFile = os.path.abspath(opts.outputFile)
 
tuple parser = argparse.ArgumentParser(description="Harvest track validation plots")
 

Variable Documentation

tuple harvestTrackValidationPlots._cwd = os.getcwd()

Definition at line 29 of file harvestTrackValidationPlots.py.

tuple harvestTrackValidationPlots._tempdir = tempfile.mkdtemp()

Definition at line 30 of file harvestTrackValidationPlots.py.

string harvestTrackValidationPlots.cmsDriverCommand = "cmsDriver.py harvest --scenario pp --filetype DQM --conditions auto:run2_mc --mc -s HARVESTING:postProcessorTrackSequence -n -1 --filein {0}"

Definition at line 34 of file harvestTrackValidationPlots.py.

string harvestTrackValidationPlots.filelist = ","

Definition at line 26 of file harvestTrackValidationPlots.py.

Referenced by main().

string harvestTrackValidationPlots.help = "files to be harvested (convert edm DQM format to plain ROOT format"

Definition at line 11 of file harvestTrackValidationPlots.py.

tuple harvestTrackValidationPlots.ofiles = glob.glob("DQM*.root")

Definition at line 41 of file harvestTrackValidationPlots.py.

tuple harvestTrackValidationPlots.opts = parser.parse_args()

Definition at line 15 of file harvestTrackValidationPlots.py.

tuple harvestTrackValidationPlots.outputFile = os.path.abspath(opts.outputFile)

Definition at line 18 of file harvestTrackValidationPlots.py.

tuple harvestTrackValidationPlots.parser = argparse.ArgumentParser(description="Harvest track validation plots")

Definition at line 9 of file harvestTrackValidationPlots.py.