Skip to content

Commit

Permalink
Merge pull request #40184 from vlimant/update_NANO_matrix
Browse files Browse the repository at this point in the history
[12_6_X] update input dataset and fix step
  • Loading branch information
cmsbuild authored Dec 1, 2022
2 parents 8e05ec5 + c884502 commit bbf25a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Configuration/PyReleaseValidation/python/relval_nano.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
##12.4 INPUT
steps['TTbarMINIAOD12.4'] = {'INPUT':InputInfo(location='STD',
## to be updated as soon as some TTbar appears in a 12.4 campaign
dataSet='/MinBias_TuneCP5_14TeV-pythia8/Run3Summer22MiniAODv3-NoPU_Pilot_124X_mcRun3_2022_realistic_v11-v2/MINIAODSIM ')}
dataSet='/RelValTTbar_14TeV/CMSSW_12_4_9_patch1-124X_mcRun3_2022_realistic_v10_BS2022-v1/MINIAODSIM')}
steps['NANO_mc12.4_v10']=merge([{'--era':'Run3,run3_nanoAOD_124',
'--conditions':'auto:phase1_2022_realistic',
'-s':'NANO:PhysicsTools/NanoAOD/V10/nano_cff,DQM:@nanoAODDQM'},
Expand All @@ -122,14 +122,14 @@
##12.6 workflows ("from scratch")
steps['TTBarMINIAOD12.6'] = {'INPUT':InputInfo(location='STD',ls=run3_lumis,
## this is a dataset from the last pre-release: to be updated much too often IMO
dataSet='/RelValTTbar_14TeV/CMSSW_12_6_0_pre2-PU_125X_mcRun3_2022_realistic_v3-v1/MINIAODSIM')}
dataSet='/RelValTTbar_14TeV/CMSSW_12_6_0_pre4-PU_125X_mcRun3_2022_realistic_v4-v1/MINIAODSIM')}
steps['NANO_mc12.6_v10']=merge([{'--era':'Run3',
'--conditions':'auto:phase1_2022_realistic',
'-s':'NANO:PhysicsTools/NanoAOD/V10/nano_cff,DQM:@nanoAODDQM'},
_NANO_data])
_NANO_mc])
steps['NANO_mc12.6']=merge([{'--era':'Run3',
'--conditions':'auto:phase1_2022_realistic'},
_NANO_data])
_NANO_mc])


################
Expand Down

0 comments on commit bbf25a7

Please sign in to comment.