-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Use BS from GT for 2022, 2023 and 2024 HI wfs #45695
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45695/41283
|
A new Pull Request was created by @AdrianoDee for master. It involves the following packages:
@AdrianoDee, @cmsbuild, @kskovpen, @miquork, @srimanob, @subirsarkar, @sunilUIET can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Size: This PR adds an extra 60KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
test parameters:
|
please test |
-1 Failed Tests: RelVals RelVals |
please test |
+1 Size: This PR adds an extra 60KB to repository Comparison SummarySummary:
|
@@ -36,11 +36,11 @@ | |||
step1Up2018HiProdDefaults = merge ([{'--eventcontent':'RAWSIM'},step1Up2018HiDefaults]) | |||
# step1 gensim: for 2022 HI prod | |||
step1Up2022HiProdDefaults = merge ([{'--conditions':'auto:phase1_2022_realistic_hi','--era':'Run3_pp_on_PbPb','--beamspot':'Realistic2022PbPbCollision','--eventcontent':'RAWSIM','--geometry':'DB:Extended'},step1Up2018HiDefaults]) | |||
step1Up2023HiProdDefaults = merge ([{'--conditions':'auto:phase1_2023_realistic_hi','--era':'Run3_pp_on_PbPb_2023','--beamspot':'Realistic2023PbPbCollision','--eventcontent':'RAWSIM','--geometry':'DB:Extended'},step1Up2018HiDefaults]) | |||
step1Up2023HiProdDefaults = merge ([{'--conditions':'auto:phase1_2023_realistic_hi','--era':'Run3_pp_on_PbPb_2023','--beamspot':'DBrealistic','--eventcontent':'RAWSIM','--geometry':'DB:Extended'},step1Up2018HiDefaults]) |
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.
Judging from the test results, auto:phase1_2023_realistic_hi
(a.k.a.
'phase1_2023_realistic_hi' : '140X_mcRun3_2023_realistic_HI_v3', |
) has a wrong reco beamspot vs sim beamspot pairing:
SimBeamSpot_Realistic2022PbPbCollisionVtxSmearingParameters_v2_mc
(https://cern.ch/m8gf4)
BeamSpotObjects_Realistic2023PbPbCollisions_v2_mc
(https://cern.ch/crj4k)
@cms-sw/alca-l2 FYI
REMINDER @sextonkennedy, @antoniovilela, @mandrenguyen, @rappoccio: This PR was tested with #45704, please check if they should be merged together |
please test |
+1 Size: This PR adds an extra 12KB to repository Comparison SummarySummary:
|
Thanks to #45704 we went from to so I would say this is ready to go. |
+pdmv |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @antoniovilela, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
From the combination of:
we should be able to load the BS from the GT also for HI workflows. This PR proposes to do that.
@cms-sw/alca-l2 @francescobrivio @mandrenguyen @stahlleiton