Skip to content

Commit

Permalink
Merge pull request #37493 from srimanob/124_FastSimIB
Browse files Browse the repository at this point in the history
Add Run-3 FastSim wf to runTheMatrix
  • Loading branch information
cmsbuild authored May 14, 2022
2 parents 1f137cd + b942fe8 commit 780a5fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# (Patatrack ECAL-only: TTbar - on CPU)
# (Patatrack HCAL-only: TTbar - on CPU)
# (TTbar 0T, TTbar PU 0T)
# (TTbar FastSim)
# (TTbar PU MLPF)
# (TTbar PU prod-like)
# (QCD 1.8TeV DeepCore)
Expand Down Expand Up @@ -69,6 +70,7 @@
11634.511,
11634.521,
11634.24,11834.24,
11634.301,
11834.13,
11834.21,
11723.17,
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3777,7 +3777,7 @@ def gen2021HiMix(fragment,howMuch):
s=frag[:-4]+'_'+key
# exclude upgradeKeys without input dataset, and special WFs that disable reuse
istep = step+preventReuseKeyword
if 'FastSim' not in k and s+'INPUT' not in steps and s in baseDataSetReleaseBetter and defaultDataSets[key] != '' and \
if 'FastSim' not in k and 'Run3FS' not in k and s+'INPUT' not in steps and s in baseDataSetReleaseBetter and defaultDataSets[key] != '' and \
(istep not in upgradeStepDict or key not in upgradeStepDict[istep] or upgradeStepDict[istep][key] is not None):
steps[k+'INPUT']={'INPUT':InputInfo(dataSet='/RelVal'+info.dataset+'/%s/GEN-SIM'%(baseDataSetReleaseBetter[s],),location='STD')}
else:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
'ALCA'
],
PU = [],
suffix = '_Run3FStrackingOnly',
suffix = '_Run3FSTrackingOnly',
offset = 0.302,
)

Expand Down
1 change: 1 addition & 0 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def runSelected(opt):
11634.911, #2021 DD4hep ttbar reading geometry from XML
11634.914, #2021 DDD ttbar reading geometry from the DB
11634.0, #2021 ttbar (switching to DD4hep by default)
11634.301, #2021 ttbar fastsim
11634.7, #2021 ttbar mkFit
11834.0, #2021 ttbar PU
12434.0, #2023 ttbar
Expand Down

0 comments on commit 780a5fc

Please sign in to comment.