Skip to content

Commit

Permalink
Merge pull request #46419 from AdrianoDee/new_pr_tests_hin_2024
Browse files Browse the repository at this point in the history
New Tests PR Tests for HIN 2023 and 2024
  • Loading branch information
cmsbuild authored Oct 17, 2024
2 parents 9a7db47 + d5d859d commit fe85c4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4392,6 +4392,10 @@ def gen2024HiMix(fragment,howMuch):
defaultDataSets['2026D98']='CMSSW_13_2_0_pre1-131X_mcRun4_realistic_v5_2026D98noPU-v'
defaultDataSets['2026D110']='CMSSW_14_1_0_pre5-140X_mcRun4_realistic_v4_RegeneratedGS_2026D110_noPU-v'

## HIN
defaultDataSets['2023HIN']='CCMSSW_14_1_0-PU_140X_mcRun3_2023_realistic_HI_v4_STD_2023HIN_PU-v'
defaultDataSets['2024HIN']='CMSSW_14_1_0-PU_141X_mcRun3_2024_realistic_HI_v5_STD_2024HIN_PU-v'

puDataSets = {}
for key, value in defaultDataSets.items(): puDataSets[key+'PU'] = value
defaultDataSets.update(puDataSets)
Expand Down
2 changes: 2 additions & 0 deletions Configuration/PyReleaseValidation/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,5 @@ And Heavy Ion workflows:
| | | | | |
| 158.01 | RelValHydjetQ_B12_5020GeV_2018_ppReco (reMINIAOD) | phase1_2018_realistic_hi | Run2_2018_pp_on_AA | (HI MC with pp-like reco) |
| 312.0 | Pyquen_ZeemumuJets_pt10_2760GeV | phase1_2022_realistic_hi | Run3_pp_on_PbPb | PU = HiMixGEN |
| 322.0 | Pyquen_ZeemumuJets_pt10_5362GeV_2023 | phase1_2023_realistic_hi | Run3_pp_on_PbPb_2023 | PU = HiMixGEN |
| 332.0 | Pyquen_ZeemumuJets_pt10_5362GeV_2024 | phase1_2024_realistic_hi | Run3_pp_on_PbPb_2024 | PU = HiMixGEN |
6 changes: 4 additions & 2 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ def runSelected(opt):
# Run2
140.56, # HIRun2018A HIHardProbes Run2_2018_pp_on_AA
## MC
312.0, # Pyquen_ZeemumuJets_pt10_2760GeV PU : HiMixGEN

# Run3
312.0, # Pyquen_ZeemumuJets_pt10_2760GeV 2022 PU : HiMixGEN
322.0, # Pyquen_ZeemumuJets_pt10_5362GeV_2023 2023 PU : HiMixGEN
332.0, # Pyquen_ZeemumuJets_pt10_5362GeV_2024 2024 PU : HiMixGEN
],
'jetmc': [5.1, 13, 15, 25, 38, 39], #MC
'metmc' : [5.1, 15, 25, 37, 38, 39], #MC
Expand Down

0 comments on commit fe85c4c

Please sign in to comment.