-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update PU for Run3 wfs #39041
Update PU for Run3 wfs #39041
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3710,11 +3710,11 @@ def gen2021HiMix(fragment,howMuch): | |
defaultDataSets['2017Design']='CMSSW_12_0_0_pre4-113X_mc2017_design_v5-v' | ||
defaultDataSets['2018']='CMSSW_12_0_0_pre4-113X_upgrade2018_realistic_v5-v' | ||
defaultDataSets['2018Design']='CMSSW_12_0_0_pre4-113X_upgrade2018_design_v5-v' | ||
defaultDataSets['2021']='CMSSW_12_0_0_pre4-120X_mcRun3_2021_realistic_v2-v' | ||
defaultDataSets['2021Design']='CMSSW_12_0_0_pre4-120X_mcRun3_2021_design_v2-v' | ||
defaultDataSets['2021FS']='CMSSW_12_4_0_pre4-124X_mcRun3_2021_realistic_v1_Run3FastSim_FastSim-v' | ||
defaultDataSets['2023']='CMSSW_12_0_0_pre4-120X_mcRun3_2023_realistic_v2-v' | ||
defaultDataSets['2024']='CMSSW_12_0_0_pre4-120X_mcRun3_2024_realistic_v2-v' | ||
defaultDataSets['2021']='CMSSW_12_5_0_pre4-124X_mcRun3_2022_realistic_v10_BS2022-v' | ||
defaultDataSets['2021Design']='CMSSW_12_5_0_pre4-124X_mcRun3_2022_design_v7_design_BS2022-v' | ||
defaultDataSets['2021FS']='CMSSW_12_5_0_pre4-124X_mcRun3_2022_realistic_v10_BS2022_FastSim-v' | ||
defaultDataSets['2023']='CMSSW_12_5_0_pre4-124X_mcRun3_2023_realistic_v11_BS2022-v' | ||
defaultDataSets['2024']='CMSSW_12_5_0_pre4-124X_mcRun3_2024_realistic_v11_BS2022-v' | ||
Comment on lines
+3713
to
+3717
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are the GTs used in these supposed to already contain the new beamspot? Because that's the version+1 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mmusich @francescobrivio is the payload relevant at the GS level, or the only thing that matters there is the it was created with a CMSSW software version that had the correct vertex smearing in it? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ahh yes, very good! Thanks Marco! |
||
defaultDataSets['2026D49']='CMSSW_12_0_0_pre4-113X_mcRun4_realistic_v7_2026D49noPU-v' | ||
defaultDataSets['2026D76']='CMSSW_12_0_0_pre4-113X_mcRun4_realistic_v7_2026D76noPU-v' | ||
defaultDataSets['2026D77']='CMSSW_12_1_0_pre2-113X_mcRun4_realistic_v7_2026D77noPU-v' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here? Why do we have double "design".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, das does not know about
dataset=/RelValTTbar_14TeV/CMSSW_12_5_0_pre4-124X_mcRun3_2022_design_v7_design_BS2022-v1/GEN-SIM
butdataset=/RelValTTbar_14TeV/CMSSW_12_5_0_pre4-124X_mcRun3_2022_design_v7_BS2022-v1/GEN-SIM
is available though. So looks like a typo hereThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi All, thanks for your comments. It is not a typo. It is intended to have double 'design' - we had to reproduce this wf and in order not to increment the version an additional string has been appended. The dataset exists: https://cmsweb.cern.ch/das/request?instance=prod/global&input=file+dataset%3D%2FRelValMinBias_14TeV%2FCMSSW_12_5_0_pre4-124X_mcRun3_2022_design_v7_design_BS2022-v1%2FGEN-SIM. However, dasgoclient sees no data in this dataset.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kskovpen
Then you need to produce full sets of it. Currently, it has only MinBias as I see on DAS, using
dataset status=* dataset=/RelVal*/CMSSW_12_5_0_pre4-124X_mcRun3_2022_design_v7_design_BS2022-v1/GEN-SIM
The missing, for example, is TTbar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, then we need to reproduce again.