Skip to content
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

Untemplate methods in TrackingVolume #240

Merged
merged 2 commits into from
Jun 11, 2020
Merged

Conversation

paulgessinger
Copy link
Member

They were only templated for convenience, but don't need to be.
Also moves one method that is only needed in the implementation to an anonymous
namespace in said implementation file.

They were only templated for convenience, but don't need to be.
Also moves one method that is only needed in the implementation to an anonymous
namespace in said implementation file.
@paulgessinger paulgessinger added the Improvement Changes to an existing feature label Jun 11, 2020
@paulgessinger paulgessinger added this to the v0.26.00 milestone Jun 11, 2020
@paulgessinger
Copy link
Member Author

paulgessinger commented Jun 11, 2020

I didn't push to my fork by accident. Damn.

@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

Merging #240 into master will decrease coverage by 0.01%.
The diff coverage is 55.26%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
- Coverage   44.96%   44.94%   -0.02%     
==========================================
  Files         374      374              
  Lines       18709    18708       -1     
  Branches     8854     8859       +5     
==========================================
- Hits         8413     8409       -4     
  Misses       4906     4906              
- Partials     5390     5393       +3     
Impacted Files Coverage Δ
Core/include/Acts/Geometry/TrackingVolume.hpp 76.66% <ø> (ø)
...re/include/Acts/Geometry/detail/TrackingVolume.ipp 100.00% <ø> (+40.33%) ⬆️
Core/src/Geometry/TrackingVolume.cpp 45.59% <55.26%> (+5.40%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1277e3...4a249bd. Read the comment docs.

@paulgessinger paulgessinger merged commit 2a64868 into master Jun 11, 2020
@msmk0 msmk0 added Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels Jun 11, 2020
@paulgessinger paulgessinger deleted the untempl_methods_trkvol branch June 11, 2020 14:14
paulgessinger added a commit to paulgessinger/acts that referenced this pull request Jul 13, 2020
They were only templated for convenience, but don't need to be.
Also moves one method that is only needed in the implementation to an anonymous
namespace in said implementation file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module Improvement Changes to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants