-
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
Bug fix for compatible mode in UETableProducer. (Same as #12227) #12239
Conversation
…n files in make_db.sh
A new Pull Request was created by @mverwe (Marta Verweij) for CMSSW_7_6_X. Bug fix for compatible mode in UETableProducer. (Same as #12227) It involves the following packages: RecoHI/HiJetAlgos @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@mverwe: The static analyzer has flagged a thread-safety problem in UETableProducer.cc. Please fix this problem: |
Fixed the multi-threading safety and added necessary description. edmCheckMultithreading does not complain anymore. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 Bug fix in Heavy Ion UETableProducer for DB generation. There should be no change in monitored quantities. #12227 is the 75X version of this PR, and it has already been merged. The code change is satisfactory. Jenkins tests against baseline CMSSW_7_6_X_2015-11-04-1100 show no significant differences, as expected. |
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 |
Bug fix for compatible mode in UETableProducer. (Same as #12227)
Does not have impact on reconstruction. Bug fix for DB generation.