-
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.5.X] Adjust collections of Tracker clusters to be saved for Phase-2 ALCARECO #40395
[12.5.X] Adjust collections of Tracker clusters to be saved for Phase-2 ALCARECO #40395
Conversation
…to store the Phase-2 clusters
A new Pull Request was created by @mmusich (Marco Musich) for CMSSW_12_5_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 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test testEoP had ERRORS Comparison SummarySummary:
|
backport of #40323 |
backport of #40363 (partial) |
+alca |
+reconstruction |
This pull request is fully signed and it will be integrated in one of the next CMSSW_12_5_X IBs (but tests are reportedly failing) 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) |
+1 |
merge |
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 3c18fe0.
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 19e04f4.
Additionally this contains commit 06b919b which fixes a problem with the vector hits workflow spotted in master and commit 651c25a 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