-
Notifications
You must be signed in to change notification settings - Fork 184
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
Updated root to tip of branch master #6487
Updated root to tip of branch master #6487
Conversation
A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch IB/CMSSW_11_3_X/rootmaster. @smuzaffar, @mrodozov can you please review it and eventually sign? Thanks. |
please test |
-1 CMSSW: CMSSW_11_3_ROOT6_X_2020-12-04-2300 I found follow errors while testing this PR Failed tests: Build
I found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/MahiFit.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/PedestalSub.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/PulseShapeFitOOTPileupCorrection.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/PulseShapeFunctor.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/HybridMinimizer.cc: In member function 'virtual bool PSFitter::HybridMinimizer::SetVariable(unsigned int, const string&, double, double)': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/HybridMinimizer.cc:172:7: error: 'MN_INFO_MSG2' was not declared in this scope; did you mean 'MATH_INFO_MSG'? 172 | MN_INFO_MSG2("HybridMinimizer::SetVariable", txtmsg); | ^~~~~~~~~~~~ | MATH_INFO_MSG /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_3_ROOT6_X_2020-12-04-2300/src/RecoLocalCalo/HcalRecAlgos/src/HybridMinimizer.cc:180:7: error: 'MN_INFO_MSG2' was not declared in this scope; did you mean 'MATH_INFO_MSG'? 180 | MN_INFO_MSG2("HybridMinimizer::SetVariable", txtmsg); |
ROOT changed Minuit logging here in master: |
I realize that we have copied and modified some root code here.. The trouble with that being that now we should in theory re-copy and re-modify it.. Practically some easy alternatives are |
I substituted all calls with LogInfo since they were just printouts anyway |
Pull request #6487 was updated. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-34a072/11816/summary.html DAS Queries failed Comparison SummarySummary:
|
please test