-
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
Adjust collections of Tracker clusters to be saved for Phase-2 ALCARECO #40323
Conversation
…to store the Phase-2 clusters
type trk |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40323/33405
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@malbouis, @yuanchao, @ChrisMisan, @clacaputo, @cmsbuild, @saumyaphor4252, @tvami, @mandrenguyen, @francescobrivio can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
-1 Failed Tests: RelVals RelVals-INPUT RelVals
Expand to see more relval errors ...RelVals-INPUT |
7ef7e84
to
5e40b93
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40323/33409
|
Pull request #40323 was updated. @malbouis, @yuanchao, @ChrisMisan, @clacaputo, @cmsbuild, @saumyaphor4252, @tvami, @mandrenguyen, @francescobrivio can you please check and sign again. |
@cmsbuild, please test
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1f07ce/29644/summary.html Comparison SummarySummary:
|
+reconstruction |
@cms-sw/alca-l2 do you have any objections? |
+alca
|
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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@mmusich the situation with the IGs was a bit messy over the weekend. Now that it settled down, we remain with a crash in the Phase2 wf 20834.9 for the |
yes, it definitely comes from this PR.
This will solve the failure in the workflow, but then the AlCa step for the |
nevermind, see #40363 |
PR description:
This is a follow-up of PR #39858.
After the backport of that PR (#39898) was integrated, it was possible to test the production of RelVal samples (see e.g. on DAS: /RelValMinBias_14TeV/CMSSW_12_5_2-TkAlMinBias-125X_mcRun4_realistic_v3_2026D88PU-v1/ALCARECO).
When trying to run over it, it became clear that is not possible to refit tracks, due to the missing event products (the Phase-2 Outer Tracker clusters) that are necessary for CPE re-computation, leading to this error:
This PR adds the minimal amount of changes in the
CommonTools/RecoAlgos
package in order to be able to retain the Phase-2 OT clusters after running theAlignmentTrackSelector
module that relies on it:cmssw/Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc
Lines 13 to 17 in 52c0dac
This is done in commit f5efa50.
Secondly the
outputCommands
of all the Tracker Alignment ALCARECO producers is modified in order to retainPhase2TrackerCluster1DedmNewDetSetVector
in the output - in case the production is run for Phase-2 - while removingSiStripClusteredmNewDetSetVector
(since there is no SiStrip detector in phase-2). I profit of that to re-adjust the commands for event contents to cope with no SCAL in Run3 that were leftover from #38415 and #38590.This is done in commit 7ef7e84.
PR validation:
Run two typical workflows for Run-3 and Phase-2 with
And tested the event content of
TkAlMinBias
indeed changes as expected.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:
Not a backport, but to be backported down to 12.5.X in order to be used for the production happening in that cycle for L1T studies.