-
Notifications
You must be signed in to change notification settings - Fork 110
Modernize code related to Surfaces and the SurfaceManager #1498
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
base: master
Are you sure you want to change the base?
Conversation
Test Results 18 files 18 suites 7h 13m 17s ⏱️ Results for commit 0a50df9. ♻️ This comment has been updated with latest results. |
|
Could you have a look at these changes? Any reason things were the way they were and shouldn't be changed? |
|
@andresailer Longer answer: @gaede : do you remember why this relationship was introduced? |
f8c0305 to
b3f6a1a
Compare
|
I ran some tracking that makes use of the surfaces before and after this change and I get the same results so I'm relatively confident this is not changing anything. |
b3f6a1a to
9fa741b
Compare
Make DetectorSurfaces not inherit from DetElement, use range-based for loops, pass arguments by const reference when possible, initialize class members
BEGINRELEASENOTES
=default, pass arguments by const reference when possibleDetectorSurfacesnot inherit fromDetElementsince it is not used nor neededENDRELEASENOTES