Variables | |
tuple | fileName = cms.untracked.string("old_format_"+os.environ['CMSSW_VERSION']+".root") |
tuple | numberEventsInLuminosityBlock = cms.untracked.uint32(3) |
tuple | numberEventsInRun = cms.untracked.uint32(6) |
tuple | process = cms.Process("TEST") |
tuple | SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring("prd")) |
tuple create_new_test_file_cfg.fileName = cms.untracked.string("old_format_"+os.environ['CMSSW_VERSION']+".root") |
Definition at line 17 of file create_new_test_file_cfg.py.
tuple create_new_test_file_cfg.numberEventsInLuminosityBlock = cms.untracked.uint32(3) |
Definition at line 7 of file create_new_test_file_cfg.py.
tuple create_new_test_file_cfg.numberEventsInRun = cms.untracked.uint32(6) |
Definition at line 8 of file create_new_test_file_cfg.py.
tuple create_new_test_file_cfg.process = cms.Process("TEST") |
Definition at line 4 of file create_new_test_file_cfg.py.
tuple create_new_test_file_cfg.SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring("prd")) |
Definition at line 16 of file create_new_test_file_cfg.py.