-
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
Adding the new muon track finder index and three eta cuts features in the GT emulator #41312
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41312/35125
|
A new Pull Request was created by @elfontan (Elisa Fontanesi) for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@@ -342,7 +350,35 @@ namespace l1t { | |||
<< "\n\t passWindow2 = " << passWindow2 | |||
<< "\n\t pass W1 || W2 = " << (passWindow1 || passWindow2) << std::endl; | |||
|
|||
if (passWindow1 || passWindow2) { | |||
if (W3beginR == W2endR && W3beginR == (Type1)-1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this templated check require that Type1
be of some type with a definable subtraction with integers? Is that guaranteed?
Hi @aloeliger, Cheers, P.S. I am waiting for the confirmation about the firmware and emulator agreement before moving the PR to ready for review. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7e7bc3/31947/summary.html Comparison SummarySummary:
|
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) |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41312/35235
|
Pull request #41312 was updated. @epalencia, @cmsbuild, @cecilecaillol, @aloeliger can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7e7bc3/32052/summary.html Comparison SummarySummary:
|
+1
|
merge |
PR description:
This PR includes two updates of the GT emulator accorging to the latest version of the utm library v0.11.2 (see details in CMSLITDPG-1104) and developments of the L1 menu for Run 3:
These updates are needed for the deployment of the Run L1 menu L1Menu_Collisions2023_v1_0_1 in view of the first stable beams at 13.6 TeV or soon after.
Backport to CMSSW_13_0_X: #41313.
PR validation:
Basic tests performed successfully starting from CMSSW_13_1_X_2023-04-06-1100
A cross-check of the countings of each trigger bit in the new firmware and in the updated emulator showed a perfect match.
Basic cmsDriver command for L1Ntuple production successfully tested:
Note that the temporary release CMSSW_13_1_X_2023-04-06-1100 is not available anymore, so that final tests have been performed in CMSSW_13_1_X_2023-04-15-1100.