-
Notifications
You must be signed in to change notification settings - Fork 4.6k
fix VectorHits workflows with PU [12.4.X]
#38469
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
fix VectorHits workflows with PU [12.4.X]
#38469
Conversation
|
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_12_4_X. It involves the following packages:
@jordan-martins, @bbilin, @cmsbuild, @AdrianoDee, @srimanob, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
|
type bug-fix |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-68c36f/25706/summary.html Comparison SummarySummary:
|
|
please test workflow 39634.9 |
|
please abort |
|
test parameters:
|
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-68c36f/25770/summary.html Comparison SummarySummary:
|
|
test parameters:
|
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-68c36f/25827/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: @slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
|
https://github.com/orgs/cms-sw/teams/pdmv-l2 https://github.com/orgs/cms-sw/teams/upgrade-l2 is this needed for 12_4_1? |
|
+upgrade Fixing vector hits wf ´39634.9´ |
The "feature" was discovered in this cycle. This PR is mostly for convenience, but it is by no means mandatory. On the other hand I think the fix is trivial and uncontroversial. |
|
@cms-sw/pdmv-l2 if you agree with including this simple fix in 12_4_1, could you please sign it? |
|
+pdmv |
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_4_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_12_5_X is complete. This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
backport of #38468
PR description:
it was noticed by @JanFSchulte that running wf
39634.9it was crashing on the harvesting step with a seg fault inPhase2ITRecHitHarvester:Phase2OTTrackingRechitHarvester_PS.This happens because this protection:
cmssw/Validation/SiTrackerPhase2V/python/Phase2TrackerMCHarvesting_cff.py
Lines 70 to 71 in c3498e8
was not picked up, as the modifier was not applied in the harvesting step.
This PR trivially fixes the problem.
PR validation:
Run the wf 39634.9 and I get:
as expected (notice the modifier gets added to the step4).
if this PR is a backport please specify the original PR and why you need to backport that PR:
verbatim backport of #38468