-
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: introduction of mass-dependent uncertainty on track time of flight #43918
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43918/38769
|
A new Pull Request was created by @noepalm (Spizor) for master. It involves the following packages:
@antoniovagnerini, @nothingface0, @cmsbuild, @rvenditti, @jfernan2, @mandrenguyen, @tjavaid, @syuvivida, @subirsarkar, @srimanob 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-2491ca/37307/summary.html Comparison SummarySummary:
|
@noepalm the static check output reports a warning https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2491ca/37307/llvm-analysis/ not caused by this PR. But as it appears simple to fix, this PR it is the opportunity to do it. Could you please take a look and update accordingly the code? |
type mtd |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43918/38807
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43918/38823
|
Pull request #43918 was updated. @rvenditti, @nothingface0, @jfernan2, @srimanob, @subirsarkar, @cmsbuild, @mandrenguyen, @antoniovagnerini, @tjavaid, @syuvivida can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2491ca/37406/summary.html Comparison SummarySummary:
|
I am fine on the MTD side with this PR |
+1 |
@cms-sw/dqm-l2 @cms-sw/upgrade-l2 any comment? |
+Upgrade |
+1 |
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. @sextonkennedy, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The evaluation of the uncertainty on the time of flight of tracks from the MTD layer to the beamline has been introduced in the
TrackExtenderWithMTD
module. As such uncertainty depends on particle mass, it has been estimated under each of the three mass hypotheses considered (pion, kaon, proton).Implementation and use cases were discussed in detail in the following MTD DPG meeting.
PR validation:
The PR has been tested on workflows 24834.0 TTbar14TeV and 24840.0 MinBias14TeV, producing results consistent with expectations as shown in the presentation above.