-
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
Preliminary L1T-HLT Interface for Phase-2 -- redux #32454
Conversation
This is a second try of #32446 |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32454/20347
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32454/20348
|
A new Pull Request was created by @trtomei (Thiago Tomei) for master. It involves the following packages: HLTrigger/HLTfilters @Martin-Grunewald, @cmsbuild, @fwyzard can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7f00c6/11590/summary.html Comparison SummarySummary:
|
Hi, since this should be ready to be merged in its present state, I will go ahead and prepare the backport! :) |
kind reminder @cms-sw/hlt-l2 |
+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 |
In the very near future, adding a unit test with In the midterm, the HLT menu of the TDR, which will also serve as a basis for further developments, will be in the release. But, at some point, it will start living in ConfDB together with the rest of the menus, so the situation is less clear to me. |
This PR adds additional infrastructure for the L1T-HLT interface for Phase2.
It is a sister PR to #32137 and #32150
We add a set of modules to implement selections on the L1T Phase-2 candidates
We ran scram b runtests with success.
We ran runTheMatrix.py -l limited -i all --ibeos with success.
And the
test/test_Phase2L1THLT.py
that we added runs succesfully!Only missing in the test are the flavours of L1T PFTau (
l1t::PFTau
andl1t::HPSPFTau
), because we don't have samples with those objects yet.