Skip to content
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

PhysicsTools/IsolationUtils: fix clang warning hides overloaded virtual function #17017

Merged
merged 5 commits into from Dec 21, 2016
Merged

PhysicsTools/IsolationUtils: fix clang warning hides overloaded virtual function #17017

merged 5 commits into from Dec 21, 2016

Conversation

gartung
Copy link
Member

@gartung gartung commented Dec 14, 2016

by changing paramenters to match base class function.

…al function

by changing paramenters to match base class function.
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @gartung (Patrick Gartung) for CMSSW_9_0_X.

It involves the following packages:

PhysicsTools/IsolationUtils

@cmsbuild, @monttj, @davidlange6 can you please review it and eventually sign? Thanks.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@gartung
Copy link
Member Author

gartung commented Dec 19, 2016

@Dr15Jones please test

@@ -47,7 +47,7 @@ class ConeAreaFunction : public ROOT::Math::ParamFunction<ROOT::Math::IParametri
virtual ROOT::Math::IGenFunction* Clone () const { return new ConeAreaFunction(*this); }

protected:
void SetParameters(double* param);
void SetParameters(double const* param);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about adding override? Same the for rest.

@cmsbuild
Copy link
Contributor

Pull request #17017 was updated. @cmsbuild, @monttj, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #17017 was updated. @cmsbuild, @monttj, @davidlange6 can you please check and sign again.

@Dr15Jones
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 19, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17118/console Started: 2016/12/19 18:43

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@davidlange6 davidlange6 merged commit 9218304 into cms-sw:CMSSW_9_0_X Dec 21, 2016
@gartung gartung deleted the PhysicsTools-IsolationUtils-fix-clang-warnings branch December 21, 2016 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants