-
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
PPS pixel track reco in bad pots #40683
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40683/34038
|
A new Pull Request was created by @fabferro (Fabrizio Ferro) for master. It involves the following packages:
@cmsbuild, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: ClangBuild Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40683/34073
|
Pull request #40683 was updated. @cmsbuild, @mandrenguyen, @clacaputo can you please check and sign again. |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40683/34144
|
Pull request #40683 was updated. @cmsbuild, @mandrenguyen, @clacaputo can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-be146a/30560/summary.html Comparison SummarySummary:
|
+reconstruction |
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 |
PR description:
This PR generalizes what reported in:
https://indico.cern.ch/event/1176711/contributions/4945189/attachments/2474024/4244960/pps-badpot-studies_3.pdf
The generalization is that the 2-plane-track reconstruction can be activated using the channel mask in the DB.
Normally the track reconstruction is done using at least 3 planes out of 6. In the unlikely case 4/6 planes are damaged no track is normally recostructed.
With this PR, a special 2 plane reconstruction is introduced to recover tracks also in these pathologic situations.
The dedicated 2-plane-track reconstruction is activated if 4/6 planes are fully masked in the channel mask inside DB.
This strategy recovers tracks, is double counting safe, is triggered by DB objects (channel mask).
PR validation:
Private tests on Run3 and Run2 data show that the special reco is triggered if and only if 4/6 plane in a detector package are masked.
136 WFs with GT conditions show no changes, as expected (no 4 masked planes condition in any current GT).
No backport currently expected.