Skip to content

Commit

Permalink
Merge pull request #20246 from prebello/from-CMSSW_9_3_X_2017-08-22-1100
Browse files Browse the repository at this point in the history
update of "baseDataSetRelease" inputs with 930pre4 strings
  • Loading branch information
cmsbuild committed Aug 23, 2017
2 parents 72697f0 + f3a9176 commit 84cbb9a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -403,22 +403,22 @@ def identitySim(wf):

baseDataSetRelease=[
'CMSSW_9_2_4-91X_mcRun1_realistic_v2-v1', # 0 run1 samples; note TTbar GENSIM has v2 (see TTbarINPUT below)
'CMSSW_9_3_0_pre1-92X_upgrade2017_realistic_v7-v1', # 1 GEN-SIM for HI RunII, 2018
'CMSSW_9_3_0_pre4-93X_mc2017_realistic_v1-v1', # 1 GEN-SIM for HI RunII, 2018
'CMSSW_6_2_0_pre8-PRE_ST62_V8_FastSim-v1', # 2 for fastsim id test
# 'CMSSW_7_1_0_pre5-START71_V1-v2', # 3 8 TeV , for the one sample which is part of the routine relval production (RelValZmumuJets_Pt_20_300, because of -v2)
# THIS ABOVE IS NOT USED, AT THE MOMENT
'CMSSW_9_2_4-91X_mcRun2_asymptotic_v3-v1', # 3 - GEN-SIM input for 13 TeV 2016 workfows
'CMSSW_7_3_0_pre1-PRE_LS172_V15_FastSim-v1', # 4 - fast sim GEN-SIM-DIGI-RAW-HLTDEBUG for id tests
'CMSSW_9_0_0_pre4-PU25ns_90X_mcRun2_asymptotic_v1-v1', # 5 - fullSim PU 25ns premix
'CMSSW_9_3_0_pre4-93X_mc2017_realistic_v1-v1', # 5 - fullSim PU 25ns premix
'CMSSW_8_1_0_pre15-PU50ns_81X_mcRun2_startup_v12-v1', # 6 - fullSim PU 50ns premix
'CMSSW_9_0_0_pre4-90X_mcRun2_asymptotic_v1_FastSim-v1', # 7 - fastSim MinBias for mixing
'CMSSW_9_0_0_pre4-PU25ns_90X_mcRun2_asymptotic_v1_FastSim-v1',# 8 - fastSim premixed MinBias
'CMSSW_9_3_0_pre2-92X_upgrade2017_realistic_v7-v1', # 9 - Run2 HI GEN-SIM for mixing
'CMSSW_9_3_0_pre4-93X_mcRun2_asymptotic_v0_FastSim-v1', # 7 - fastSim MinBias for mixing
'CMSSW_9_3_0_pre4-PU25ns_93X_mcRun2_asymptotic_v0_FastSim-v1',# 8 - fastSim premixed MinBias
'CMSSW_9_3_0_pre4-93X_mc2017_realistic_v1-v1', # 9 - Run2 HI GEN-SIM for mixing
'CMSSW_7_6_0-76X_mcRun2_asymptotic_v11-v1', # 10 - 13 TeV High Stats GEN-SIM
'CMSSW_7_6_0_pre7-76X_mcRun2_asymptotic_v9_realBS-v1', # 11 - 13 TeV High Stats MiniBias for mixing GEN-SIM
'CMSSW_8_1_0_pre9_Geant4102-81X_mcRun2cosmics_startup_peak_v2-v1', # 12 - GEN-SIM input for 1307 cosmics wf from 810_p2
'CMSSW_9_2_3-92X_upgrade2017_realistic_v1_earlyBS2017-v1', # 13 - 13 TeV samples with GEN-SIM from PhaseI upgrade
'CMSSW_9_2_3-PU25ns_92X_upgrade2017_realistic_v2_earlyBS2017-v1', # 14 - fullSim PU 25ns UP17 premix
'CMSSW_9_3_0_pre4-93X_mc2017_realistic_v1-v1', # 13 - 13 TeV samples with GEN-SIM from PhaseI upgrade
'CMSSW_9_3_0_pre4-PU25ns_93X_mc2017_realistic_v1-v1', # 14 - fullSim PU 25ns UP17 premix
]


Expand Down Expand Up @@ -1923,9 +1923,9 @@ def gen2018HiMix(fragment,howMuch):
from Configuration.PyReleaseValidation.upgradeWorkflowComponents import *

defaultDataSets={}
defaultDataSets['2017']='CMSSW_9_2_3-92X_upgrade2017_realistic_v1_earlyBS2017-v'
defaultDataSets['2017Design']='CMSSW_9_2_1-92X_upgrade2017_design_IdealBS_v1-v'
#defaultDataSets['2018']='CMSSW_8_1_0_pre16-81X_upgrade2017_realistic_v22-v'
defaultDataSets['2017']='CMSSW_9_3_0_pre4-93X_mc2017_realistic_v1-v'
defaultDataSets['2017Design']='CMSSW_9_3_0_pre4-93X_mc2017_design_IdealBS_v1-v'
#defaultDataSets['2018']='CMSSW_9_3_0_pre4-93X_upgrade2018_realistic_v0-v'
#defaultDataSets['2018Design']='CMSSW_8_1_0_pre16-81X_upgrade2017_design_IdealBS_v6-v'
#defaultDataSets['2019']=''
#defaultDataSets['2019Design']=''
Expand Down

0 comments on commit 84cbb9a

Please sign in to comment.