-
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 heavy-ion eras for 2024 + add MC RelVal workflows #45307
Conversation
cms-bot internal usage |
test parameters:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45307/40717
|
A new Pull Request was created by @mandrenguyen for master. It involves the following packages:
@srimanob, @subirsarkar, @aloeliger, @civanch, @rappoccio, @fabiocos, @davidlange6, @kskovpen, @mdhildreth, @miquork, @cmsbuild, @AdrianoDee, @sunilUIET, @antoniovilela, @epalencia can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: UnitTests RelVals RelVals-INPUT AddOn Unit TestsI found 4 errors in the following unit tests: ---> test test_MC_22_crosscheck had ERRORS ---> test test_MC_23_crosscheck had ERRORS ---> test test_MC_22_setup had ERRORS and more ... RelVals
Expand to see more relval errors ...
RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ...
|
please test |
this issue was caused by a severely broken IB |
ping @cms-sw/pdmv-l2 @cms-sw/upgrade-l2 |
+Upgrade |
@cmsbuild please test Retrigger the test after 2 weeks, before merging. |
+1 Size: This PR adds an extra 12KB to repository
Comparison SummarySummary:
|
+pdmv |
+1 |
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 be automatically merged. |
from Configuration.Eras.Era_Run3_2024_cff import Run3_2024 | ||
from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA | ||
from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters | ||
from Configuration.Eras.Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3 |
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.
for my education is there a reason why this is using pp_on_PbPb_run3
as opposed to pp_on_PbPb_run3_2024
(used in Configuration/Eras/python/Era_Run3_pp_on_PbPb_2024_cff.py
)?
Sets up heavy-ion eras for 2024:
pp_on_PbPb
type eras and their corresponding MC relval workflows (161,161.2,161.02, etc)Run3_2024
, rather than justRun3
, although I think for the moment they're equivalentNote that certain sim customizations for the ZDC and HF fine-grained bit are for now just copied from the 2023 era. They are extended to the UPC era, although this era is so far only used for the reco step, not for the digi one. In case the UPC era is used for digi at some point, it's better to change this now.
The heavy-ion embedding (event overlay) workflows are not extended to 2024 yet. This will be done in a subsequent PR.
No backport will be needed.