-
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
Move PhysicsTools/PatAlgos/plugins/BaseMVAValueMapProducer.h to interface/ #31378
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31378/18200
|
A new Pull Request was created by @guitargeek (Jonas Rembser) for master. It involves the following packages: PhysicsTools/NanoAOD @perrotta, @gouskos, @cmsbuild, @fgolf, @slava77, @jpata, @mariadalfonso, @santocch, @peruzzim can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
-1 Tested at: 87f7c5c CMSSW: CMSSW_11_2_X_2020-09-06-2300 I found follow errors while testing this PR Failed tests: HeaderConsistency |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1
|
+xpog |
merge |
+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 be automatically merged. |
PR description:
Fix an illegal include of a file in a
plugins
directory, as reported in #30910.The
BaseMVAValueMapProducer.h
is also included inPhysicsTools/NanoAOD/plugins/BJetEnergyRegressionMVA.cc
. As suggested by @peruzzim, the b jet regression code should stay inNanoAOD
, hence the solution to this include problem is to movePhysicsTools/PatAlgos/plugins/BaseMVAValueMapProducer.h
to theinterface
directory.PR validation:
CMSSW compiles.