-
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
Adding no-HF grid-based rho (76x forward-port #11773), and fixing existing bugged central rho values #11855
Adding no-HF grid-based rho (76x forward-port #11773), and fixing existing bugged central rho values #11855
Conversation
A new Pull Request was created by @rappoccio for CMSSW_7_6_X. Adding no-HF grid-based rho : 76x forward-port #11773 It involves the following packages: RecoJets/Configuration @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 Tested at: 0a57593 ---> test runtestPhysicsToolsPatAlgos had ERRORS you can see the results of the tests here: |
@cmsbuild please test |
The tests are being triggered in jenkins. |
-1 Tested at: 0a57593 ---> test runtestPhysicsToolsPatAlgos had ERRORS you can see the results of the tests here: |
+1 Adding an eta-restricted (no HF) grid-based rho for future use in Mini-AOD or RECO. There should be no other change in monitored quantities. #11771 and #11773 are the 74X and 75X versions of this PR, and they have already been approved by Reco. The code changes are satisfactory. Jenkins tests failed to due errors in the IB unrelated to this PR. Local matrix tests against baseline CMSSW_7_6_0_pre6 show no significant differences, as expected. The addition of the new quantity is confirmed by the tests, but the product size increase is negligible. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (but tests are reportedly failing). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
I don't see the errors. Is this an xrootd problem or something? |
The process was terminated before it managed to print anything else, .e.g it was killed due to timeout. |
Thanks David, I'll wait for a retest then. |
@cmsbuild, please test |
The tests are being triggered in jenkins. |
NB: based on git grep, fixedGridRhoFastjetCentralChargedPileUp and fixedGridRhoFastjetCentralNeutral are not used in the code available in CMSSW. |
Correct, this is not used except for analysis until now. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Adding no-HF grid-based rho (76x forward-port #11773), and fixing existing bugged central rho values
In the forward-port of #11773 now adding the fixed grid central version explicitly.
Also, found a bug in the central "charged pileup" and "neutral hadron" rho values. They incorrectly overrode the "particleFlow" input source, so ALL of these were exactly the same. Now fixed.