forked from acts-project/acts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: TrackingVolume and Volume interface + functionality (acts-p…
…roject#3064) This PR: - Marks all of the Gen1 interface of `TrackingVolume` as such, to indicate what we'll supersede in the future - Makes a slight adjustment to [`TransformRange`](acts-project#3060), for - Add internal vector of uniquely owned child `TrackingVolume`s in `TrackingVolume`, accessible in a const-preserving way through `TransformRange`. - Updates the `TrackingVolume` constructors, eliminating one convenience one we don't need, and start adding ones we'll use for Gen3 Blocked by: - acts-project#3060
- Loading branch information
1 parent
3caa9b4
commit aee8ebb
Showing
12 changed files
with
316 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.