File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Core/include/Acts/Geometry Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments