-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: time back-propagation accounting for variable speed along trajectory #36202
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36202/26800
|
A new Pull Request was created by @fabiocos (Fabio Cossutti) for master. It involves the following packages:
@jpata, @AdrianoDee, @srimanob, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5441d/20669/summary.html Comparison SummarySummary:
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36202/27074
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-b5441d/20935/summary.html Comparison SummarySummary:
|
+reconstruction
|
+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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR proposes a revision of last stage of
RecoMTD
, namelyTrackExtenderWithMTD
andTofPIDProducer
to account for the fact that the particle speed along the trajectory is not constantly equal to the initial one, as assumed in the current code.Effects are expected to be negligible for relativistic particles, but may induce O(several ps) biases for low momentum particles, depending on the mass used in the time back-propagation.
This PR adds three new
ValueMap
into the AOD event content, corresponding to the time of flight for three mass hypotheses (pion, kaon and proton) to be used by theTofPIDProducer
.The PR is based on the work documented in https://indico.cern.ch/event/1098101/contributions/4620485/attachments/2349416/4007038/MTDDPG_RECO_20211119.pdf
PR validation:
The code has been tested with both no PU and =200 samples (geometry scenario D77, 100 events).