-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[CPP20][Visualisation] Fix deprecated enum bitwise operation in FWCandidateHGCalLegoProxyBuilder #45076
Conversation
…didateHGCalLegoProxyBuilder
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45076/40391
|
A new Pull Request was created by @iarspider for master. It involves the following packages:
@cmsbuild, @makortel, @Dr15Jones, @alja can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
On a quick look it would seem these cmssw/Fireworks/Core/interface/FWViewType.h Lines 49 to 64 in 488c782
would be better defined as static constexpr unsigned int constants.
What exactly is the purpose of |
@makortel This enum is used for different view types. E.g. 3D, projected views, glimpse , histogram, table type views etc. There are different types of histogram (or lego) views. Same as there are different types of projected views. Some of graphic scene elements are shared within similar view types. |
How would |
There is bitwise left shit operators I agree the whole process of plugin registration and the operators in quite convoluted. |
Ah sorry, I meant
It is specifically this
that I'm wondering about. |
-1 |
@makortel I see .. It should be
|
@makortel @iarspider What should we do with this PR? |
In my opinion it would be good to replace the |
OK, I will make the change mentioned in #45076 (comment) in a separate PR. |
please test for CMSSW_14_1_CPP20_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45076/40422
|
Pull request #45076 was updated. @alja, @Dr15Jones, @makortel can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da4ea7/39613/summary.html Comparison SummarySummary:
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-da4ea7/39614/summary.html Comparison SummarySummary:
|
@cms-sw/visualization-l2 gentle ping |
+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 now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Fix deprecated enum bitwise operation in FWCandidateHGCalLegoProxyBuilder
PR validation:
Bot tests