-
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
Remove track jets from AOD #28657
Remove track jets from AOD #28657
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28657/13220
|
A new Pull Request was created by @rappoccio for master. It involves the following packages: Geometry/HcalCommonData @perrotta, @civanch, @Dr15Jones, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@@ -1,7 +1,7 @@ | |||
#include "Geometry/HcalCommonData/interface/CaloDDDSimulationConstants.h" | |||
#include "FWCore/MessageLogger/interface/MessageLogger.h" | |||
|
|||
#define EDM_ML_DEBUG | |||
//#define EDM_ML_DEBUG |
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.
I'm curious how this change made it to this PR.
@rappoccio please clarify
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.
Goood question. I rebased to 11_1_X and apparently this got picked up.
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.
@bsunanda @cvuosalo @fabiocos
please clarify why this more recent commit/change is actually present in 11_0_X, but is not in 11_1_X.
#28539 (comment) refers to #28506 as the master version for the change, but that PR did not have the change at least when it was merged (there was a similar HcalParametersFromDD.cc)
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.
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.
@cvuosalo @slava77 @rappoccio @bsunanda this is a useful fix that apparently was missing in master (and I overlooked this when integrating its backport) . Ok to avoid mixing it here, I'll fix it separately
@rappoccio |
smth like |
b683e8a
to
0808eb6
Compare
The code-checks are being triggered in jenkins. |
OK should be fixed. Sorry about that. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28657/13223
|
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR removes AK4 track jets and the track p4 candidates used for them from AOD.
PR validation:
Ran matrix workflows, the output of AOD drops these as expected.
if this PR is a backport please specify the original PR:
No backport needed.