-
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
MTD reconstruction: fix local cluster position and uncertainty determination #40146
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40146/33138
|
A new Pull Request was created by @fabiocos (Fabio Cossutti) for master. It involves the following packages:
@cmsbuild, @AdrianoDee, @srimanob, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test with #40143 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-710bc3/29241/summary.html Comparison SummarySummary:
|
RecoLocalFastTime/FTLClusterizer/src/MTDThresholdClusterizer.cc
Outdated
Show resolved
Hide resolved
6ece4c6
to
812db3e
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40146/33166
|
Pull request #40146 was updated. @cmsbuild, @AdrianoDee, @srimanob, @mandrenguyen, @clacaputo can you please check and sign again. |
please test with #40143 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-710bc3/29285/summary.html Comparison SummarySummary:
|
+reconstruction |
@mandrenguyen as soon as #40103 is integrated so as to provide a reference, the most relevant changes in the local reconstruction should be evident, you may see the plots I have shown last Friday at the MTD DPG meeting (presentation linked in the description) |
+Upgrade |
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:
A detailed explanation of the work behind this PR is given in https://indico.cern.ch/event/1223129/contributions/5145722/attachments/2553661/4399902/MTDDPG_clustering_20221125.pdf .
The
FTLCluster
object is updated, by replacing the so far unused y position of the cluster with the uncertainty on the x position, which is special for BTL since it has more information than that deriving from the mere pixel dimension.The x position and uncertainty in BTL crystals can be measured from the time difference of the two SiPM better than assuming a flat distribution distributed along the crystal. This piece of information is now correctly propagated through the clustering algorithm until the end.
Also the fact that the uncertainty was based so far on a sigle pixel size, instead of propagating the uncertainty on a weighted average of pixels is now fixed.
PR validation:
Extensive checks were done using the test workflow 20903.0 (single muons with flat pT in the range [0.7,10] GeV).
The pull distribution in x has now a properly behaved shape, as shown in the presentation.