-
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
[12.6.X] Adjust collections of Tracker clusters to be saved for Phase-2 ALCARECO #40394
[12.6.X] Adjust collections of Tracker clusters to be saved for Phase-2 ALCARECO #40394
Conversation
…to store the Phase-2 clusters
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_12_6_X. 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 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9cc942/29752/summary.html Comparison SummarySummary:
|
Just checking, you don't also want this commit? |
I thought to leave it out, as it's only needed for future development (which will happen in master) |
backport of #40323 |
backport of #40363 (partial) |
+reconstruction |
+alca |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_13_0_X is complete. 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) |
test parameters:
|
please test |
@cmsbuild please abort |
wf 20818.9 was not backported, see #40394 (comment) |
test parameters:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9cc942/29760/summary.html Comparison SummarySummary:
|
+1 |
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 35ef2e2.
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 08f72fa.
Additionally this contains commit 474efd4 which fixes a problem with the vector hits workflow spotted in master and commit e78b930 which makes the
ClusterStorer::rekey
methods non-const
as per recommendations in #40363.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:
This is a combined backport of #40323 and #40363 (partially backported). It is backported in this cycle in order to use it for the production of
ALCARECO
s within the context of the L1T production happening in that cycle, see https://its.cern.ch/jira/browse/PDMVRELVALS-178 and McM.