Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14_1_X] New Tests PR Tests for HIN 2023 and 2024 #46425

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4352,6 +4352,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