-
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
Phase2 L1T, Correlator Layer-2 : support emulation of with TMUX18 input + GT interface tweaks #44346
Conversation
- Rename isolation and quality fields according to new convention. - Fix charge for invalid objects.
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44346/39380
|
A new Pull Request was created by @cerminar for master. It involves the following packages:
@cmsbuild, @subirsarkar, @epalencia, @aloeliger, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Please test |
-1 Failed Tests: Build BuildI found compilation error when building: >> Compiling edm plugin src/L1Trigger/Phase2L1GT/plugins/L1GTNTupleProducer.cc >> Compiling edm plugin src/L1Trigger/Phase2L1GT/plugins/L1GTQuadObjectCond.cc >> Compiling edm plugin src/L1Trigger/Phase2L1GT/plugins/L1GTSingleObjectCond.cc >> Compiling edm plugin src/L1Trigger/Phase2L1GT/plugins/L1GTTripleObjectCond.cc src/L1Trigger/Phase2L1GT/plugins/L1GTProducer.cc: In member function 'void l1t::L1GTProducer::produceCL2Photons(edm::Event&) const': src/L1Trigger/Phase2L1GT/plugins/L1GTProducer.cc:322:31: error: 'struct l1gt::Photon' has no member named 'isolation'; did you mean 'isolationPT'? 322 | gtObj.hwIso_ = gtPhoton.isolation.V.to_int(); | ^~~~~~~~~ | isolationPT src/L1Trigger/Phase2L1GT/plugins/L1GTProducer.cc:323:32: error: 'struct l1gt::Photon' has no member named 'quality' 323 | gtObj.hwQual_ = gtPhoton.quality.V.to_int(); |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44346/39394
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44346/39458
|
Pull request #44346 was updated. @epalencia, @cmsbuild, @srimanob, @subirsarkar, @aloeliger can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8dd1a4/38107/summary.html Comparison SummarySummary:
|
+l1 |
ping @cms-sw/upgrade-l2 |
+Upgrade |
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, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The PR introduces the following changes:
isolation
andquality
methods of HW GT object according to the new convention.z0
parameter in TkElectron to have the same precision as in HWPR validation:
No expected change in performance: changes are only related to interfaces with emulator code.
This is equivalent to:
cms-l1t-offline#1215