Skip to content

Commit 38b9e84

Browse files
author
Johannes Junggeburth
committed
Make method public
1 parent 4ac3a97 commit 38b9e84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Core/include/Acts/Geometry/TrackingVolume.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,12 @@ class TrackingVolume : public Volume {
572572
AppendOnlyNavigationStream& stream,
573573
const Logger& logger) const;
574574

575+
/// Pass over a (Volume / Surface) placement to share owner ship
576+
/// with the volume
577+
/// @param placement: Pointer to the placement to be managed by the
578+
/// tracking volume
579+
void cachePlacement(PlacementOwnPtr placement);
580+
575581
private:
576582
void connectDenseBoundarySurfaces(
577583
MutableTrackingVolumeVector& confinedDenseVolumes);
@@ -592,12 +598,6 @@ class TrackingVolume : public Volume {
592598
/// volume does not have a mother it's the volume itself otherwise the mother
593599
std::vector<PlacementOwnPtr>& cachedPlacements();
594600

595-
/// Pass over a (Volume / Surface) placement to share owner ship
596-
/// with the volume
597-
/// @param placement: Pointer to the placement to be managed by the
598-
/// tracking volume
599-
void cachePlacement(PlacementOwnPtr placement);
600-
601601
// the boundary surfaces
602602
std::vector<TrackingVolumeBoundaryPtr> m_boundarySurfaces;
603603

0 commit comments

Comments
 (0)