-
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
Run3-hcx367 Backport #45511 #46033 for the changes to the ZDC geometry #46246
Conversation
A new Pull Request was created by @bsunanda for CMSSW_14_0_X. It involves the following packages:
@Dr15Jones, @Martin-Grunewald, @Moanwar, @aloeliger, @atpathak, @bsunanda, @civanch, @cmsbuild, @consuegs, @epalencia, @francescobrivio, @kpedro88, @makortel, @mdhildreth, @mmusich, @perrotta, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
cms-bot internal usage |
@cmsbuild Please test |
@@ -270,5 +281,6 @@ def customizeHLTforCMSSW(process, menuType="GRun"): | |||
# process = customiseFor12718(process) | |||
|
|||
process = checkHLTfor43774(process) | |||
process = customizeHLTfor46062(process) |
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.
This is problematic if it needs to go into a 14_0 release for 2024 data taking - given that HLT development has moved to 14_1 already (online does not use these customisations). So can this PR be deferred until P5/T0 has moved to 14_1?
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.
It may be used for MC production and not dor data taking
@@ -221,6 +221,17 @@ def customiseFor2018Input(process): | |||
return process | |||
|
|||
|
|||
# Adding zdc Topology producer | |||
def customizeHLTfor46062(process): |
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.
Here and below, should probably be 46246
.
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.
done
Pull request #46246 was updated. @Dr15Jones, @Martin-Grunewald, @Moanwar, @aloeliger, @atpathak, @bsunanda, @civanch, @cmsbuild, @consuegs, @epalencia, @francescobrivio, @kpedro88, @makortel, @mdhildreth, @mmusich, @perrotta, @srimanob, @subirsarkar can you please check and sign again. |
@cmsbuild Please test |
-1 Failed Tests: UnitTests Unit TestsI found 1 errors in the following unit tests: ---> test test2021Geometry had ERRORS Comparison SummarySummary:
|
Pull request #46246 was updated. @Dr15Jones, @Martin-Grunewald, @Moanwar, @aloeliger, @atpathak, @bsunanda, @civanch, @cmsbuild, @consuegs, @epalencia, @francescobrivio, @kpedro88, @makortel, @mdhildreth, @mmusich, @perrotta, @srimanob, @subirsarkar can you please check and sign again. |
@cmsbuild Please test |
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
|
What is the reason to backport this into 14_0_X? |
#43582 would be a reason ; trying to let pp simulation go through in 14.0 . Summer24 production is blocked because of this. |
in order to let the Summer24 MC production in 14.0.X go ahead without introducing unrequested / unwanted features in 14.0.X (see #46246 (comment)) which would also complicate the life of other stakeholders (e.g. TSG see #46246 (comment)) would killing any attempt to digitize ZDC SimHits (as suggested by @abdoulline at #43582 (comment) ) be an option? |
NB #46282 |
-hlt
|
If no MC production will be done with CMSSW_14_0_X using the 2023/2024 geometries, this backport may not be required. |
Yes, @bsunanda : please close it |
-alca |
-db |
Closing this PR since no MC production of ZDC will be done using 14_0_X |
PR description:
Backport #45511 #46033 for the changes to the ZDC geometry
PR validation:
Use the runTheMatrix test workflows
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
Backports of several PRs which are merged to the master