-
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
[11_2_X] EMTF Emulator Update to Add Displaced Muon pT & Dxy Assignment #32642
[11_2_X] EMTF Emulator Update to Add Displaced Muon pT & Dxy Assignment #32642
Conversation
…ting EMTFTrack object to have the relevant setters and getters.
…than the constructor in PtAssignmentEngineDxy
A new Pull Request was created by @eyigitba for CMSSW_11_2_X. 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 remove the data file |
…the new data path.
test parameters: |
test parameters:
|
the PR is on the fork of cms-data instead of that branch being used for a cms-data PR :) |
test parameters: |
looks like this is backport of #32641 on 11_2 |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-53fc5c/12372/summary.html Comparison SummarySummary:
|
The main PR (#32641 ) had some thread safety issues in the IB. I am now fixing those with a new PR. Should I update this PR directly or should I wait for it to be merged and submit another backport? |
I understand it needs the same data external + code changes from the last commit |
please test |
yes that's correct |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-53fc5c/12707/summary.html Comparison SummarySummary:
|
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_11_2_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_3_X is complete. 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 |
There are many failing relvals in the 11_2_X IBs, with errors such as:
These are apparently a consequence of merging this PR. Is a fix underway? |
This looks like the data file from cms-data/L1Trigger-L1TMuon#19 is missing somehow. I don't know why. @rekovic can we do something about this? |
@eyigitba @rekovic @silviodonato @smuzaffar It seems that we need to update 11_2 tag for L1Trigger-L1TMuon to V01-03-00: similarly as done in the PR for master: cms-sw/cmsdist#6616 |
done here cms-sw/cmsdist#6646 and merged for next Ib |
PR description:
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
PR validation:
Validated with:
if this PR is a backport please specify the original PR and why you need to backport that PR:
This is a backport of PR #32813, which is done to include this update in Run 3 MC campaigns and upcoming MWGRs.
Notifications: @jiafulow