-
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
Add ap_data type to Phase 2 GMT output for GT interface #41277
Conversation
Update GMT emulator for new ap format Also clean up the config file Update Z0/D0 according to GT Using 0.05 for Z0 and 0.03 for d0. update code format Bug fix in tracker muon matching Thanks to Santi for spotting this. This line was commented out by someone, likely by accident. Update the reference type to SA muons
Corresponds to cms-l1t-offline#1079 |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41277/35040
|
A new Pull Request was created by @zhenbinwu (Zhenbin Wu) 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 |
please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUTThe relvals timed out after 4 hours. Comparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-adbf64/31827/summary.html Comparison SummarySummary:
|
+l1 |
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) |
+1 |
@@ -8,8 +8,8 @@ | |||
<class name="edm::Wrapper<std::vector<l1t::MuonStub > >"/> | |||
<class name="edm::Ref<l1t::MuonStubCollection>" splitLevel="0"/> | |||
|
|||
<class name="l1t::TrackerMuon" ClassVersion="3"> | |||
<version ClassVersion="3" checksum="2397458791"/> |
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.
Do not remove previous versions!
<version ClassVersion="3" checksum="2397458791"/>
must be left below ClassVersion="4"
here below.
A fix is in order as soon as next 2300 IB will become available
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.
My apologies, I should have caught this. I can prepare a fix for this immediately as of the next IB.
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.
Fix prepared in #41293: thank you @aloeliger !
Add back data version removed in #41277
PR description: