-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add missing L1 jet collection to event (Phase 2) #41258
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41258/35005
|
|
A new Pull Request was created by @EmyrClement 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 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-0c35b6/31760/summary.html Comparison SummarySummary:
|
|
Corresponds to cms-l1t-offline#1090 |
|
+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) |
|
@EmyrClement is there a reason why this (technically) simple addition to the L1Trigger_EventContent is made in a separate PR with respect to #41260, where the same event content is also updated? Since they refer to the same correlated additions, I would find natural that this is added as an additional commit to #41260, so that they can be tested and merged all at once. Please let me know if I am missing anything. In any case, when addditional collections are added to an event content, is good habit to report in the corresponding PR the additional event size which is generated by them. Please do so either here or in #41260. |
|
@perrotta The original owner of the correlator PR was having a difficult time getting the PR to work properly, and so asked for no more additions to it. Since the decision was made to make this PR separately, I have taken the correlator PR over. I have no objection to adding this PR onto it if this PR is too trivial. |
|
@aloeliger I see you are having hard times with the other PR :-) These two must go together. Let say, mine is not a strict request, but I'm convinced it can be easier for you to include this simple commit in the other PR (whatever its number will be). As such you won't risk to have to rebase it once again if this one is merged; you can have a better control on the overall additional event content and its size (which should be reported in the PR descriptions at some time). Overall, I think that it will be easier for you to include this commit in the other PR. But if you believe otherwise, please keep them separated. We will put this one on hold till the other one is merged, then, in order not to mess it up even further. |
|
hold |
|
Pull request has been put on hold by @perrotta |
|
@EmyrClement Please open a PR to the new squashed branch containing the correlator PR info in #41279 |
|
Closing, as now included in #41279 as discussed. |
PR description:
Add missing seeded cone jet collection to event, which are produced using the "extended track" collection.
These are required as #40670 adds an
edm::ValueMap<float>to the event and produces the corresponding reference objects, but the reference objects are not stored in the output. Therefore these changes are nominally on top of #40670.For completeness, we also add the intermediate inputs that are used to produce these new seeded cone jet collection i.e. the puppi candidates produced using the "extended tracks", as is done for the existing seeded cone jet collection (those produced using the regular tracks).
The corresponding PR to the L1T integration branch is here.
PR validation:
Ran standard cmsDriver command from runTheMatrix. By itself, this PR doesn't change anything. On top of #40670, I see the new objects are present in the output root file.