-
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
Add jet collections to GTT framework #43351
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43351/37816
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-43351/37817
|
A new Pull Request was created by @cgsavard for master. It involves the following packages:
@epalencia, @srimanob, @aloeliger, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Please test |
-1 Failed Tests: ClangBuild Clang BuildI found compilation warning while trying to compile with clang. Command used:
See details on the summary page. |
@aloeliger Ah yes, I have now removed the variable |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43351/37838
|
Pull request #43351 was updated. @epalencia, @srimanob, @aloeliger, @cmsbuild can you please check and sign again. |
Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-76d9eb/36014/summary.html Comparison SummarySummary:
|
+l1
|
+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, @antoniovilela, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds two new jet collections for studying track jet performance:
tpfastjets clusters tracking particles with the fast jet algorithm
trutrkfastjets clusters L1 tracks with truth information with the fast jet algorithm
PR validation:
I have checked that the producers work correctly with the L1TrackObjectNtupleMaker and have run the necessary code checks.
These changes were checked by L1T in this PR here where I was told to make a corresponding PR into CMSSW.