-
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
csc geom kill const cast #7876
csc geom kill const cast #7876
Conversation
A new Pull Request was created by @ptcox for CMSSW_7_5_X. csc geom kill const cast It involves the following packages: Geometry/CSCGeometry @civanch, @Dr15Jones, @ianna, @mdhildreth, @cmsbuild, @nclopezo, @ktf can you please review it and eventually sign? Thanks. |
Thanks! |
Please test |
The tests are being triggered in jenkins. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @nclopezo, @ktf, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs unless changes (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @nclopezo, @ktf, @smuzaffar |
+1 |
Replaced a long-standing const_cast embedded in CSCGeometry.cc 9 years ago. I think it was probably done because no const GeomDetType* was available then? But a year or two later the organization of the GeomDetType's seemed to settle down and it could have been fixed as I have done here. I've run the runthematrix Reco tests in case of some astonishing feedthrough effects but they all pass just fine :)