-
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
Rename reduceRange to reducePhiRange #47154
Rename reduceRange to reducePhiRange #47154
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47154/43384
|
A new Pull Request was created by @VourMa for master. It involves the following packages:
@Martin-Grunewald, @Moanwar, @aloeliger, @antoniovagnerini, @civanch, @cmsbuild, @epalencia, @fwyzard, @jfernan2, @kpedro88, @makortel, @mandrenguyen, @mdhildreth, @mmusich, @rseidita, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+heterogeneous Thanks @VourMa |
@cmsbuild, please test |
@smuzaffar looks like the |
yes @mmusich it is expected. Auto tests were disabled here cms-sw/cms-bot#2389 . This was done to avoid running tests specially if a category has already signed and someone pushes new code for a different category |
+hlt
|
+1 |
+Upgrade |
Any possibility to have this signed off and merged soon? It is a simple renaming which works fine in the tests (unit test failures are unrelated), and it is needed for a follow up PR I am preparing. |
+1 |
+dqm
|
@cms-sw/l1-l2 your signature is needed for this PR. |
+l1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (test failures were overridden). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @mandrenguyen, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
During the review of #47033 it was pointed out that the name
reduceRange
for the functions that restrict the φ angle is too generic and provides no connection to the fact that it is meant to be used for angles: #47033 (comment).This PR aims to rename the relevant function(s) to
reducePhiRange
to make their purpose clear. It is purely technical (no changes expected) and has been validated by making sure that the code compiles successfully.