-
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
EMTF Emulator Update to Add Displaced Muon pT & Dxy Assignment #32813
EMTF Emulator Update to Add Displaced Muon pT & Dxy Assignment #32813
Conversation
…ting EMTFTrack object to have the relevant setters and getters.
…than the constructor in PtAssignmentEngineDxy
…the new data path.
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32813/21000 |
A new Pull Request was created by @eyigitba for master. It involves the following packages: DataFormats/L1TMuon @cmsbuild, @rekovic, @jmduarte can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: RelVals RelVals-INPUT AddOn RelVals
Expand to see more relval errors ...RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ... |
This PR once again depends on the data file at: cms-data/L1Trigger-L1TMuon#19. Should I resubmit that PR as well? |
test parameters: |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f83712/12798/summary.html Comparison SummarySummary:
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Seems that this PR could be causing segfaults in ROOT master IBs, see #32894 for more details. (it is very much unclear to me why the crashes are specific to ROOT master) |
Hi @makortel , thanks for letting me know. I have no idea why this might be. I'll investigate. |
PR description:
This PR is a resubmission of #32641 which was reported to have thread safety issues in cms-sw/cmsdist/issues/6618. The thread safety issues are fixed by removing the 'static' calls in
PtAssignmentEngineDxy
.This PR updates EMTF emulator by adding a new class (
PtAssignmentEngineDxy
) that handles vertex unconstrained pT and Dxy assignment. The changes should not affect anything for prompt muons. The main changes are:PtAssignmentEngineDxy
and necessary changes to the EMTF algorithm to support it.EMTFTrack
The backport of this PR to 11_2_X (#32642 ) is already updated/
PR validation:
Validated with:
Notifications: @jiafulow