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 VolumeBounds mutability (acts-project#3037)
This PR: - Updates the `TrackingVolume.cpp` files, moving some methods - `TrackingVolume` holds mother volume as mutable - `CuboidVolumeBounds` and `CylinderVolumeBounds`: - Produce their boundary surfaces when requested instead of ahead of time - Gain `set()` functions to modify their defining parameters (used for volume synchronization) - `Volume` holds `VolumeBounds` as mutable internally, propagates mutability correctly (allows mutating non-const `Volume` instances) - Removes the `TrackingVolume::create` factories (they don't really have a reason at this point) Blocked by: - acts-project#3026 - acts-project#3030 - acts-project#3032 - acts-project#3031
- Loading branch information
1 parent
95a2a94
commit 9b77c9e
Showing
25 changed files
with
410 additions
and
350 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
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
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
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
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.