Skip to content
Snippets Groups Projects
Commit 877bcace authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Update GeoNodePositioning.h

parent f9f25483
No related branches found
No related tags found
1 merge request!315GeoModelKernel streamline classes
Pipeline #7390910 failed
......@@ -52,9 +52,8 @@ class GeoNodePositioning {
GeoTrf::Transform3D accumulateTrfs(GeoVAlignmentStore* store, const AccumlType type) const;
const GeoPlacement* m_node{nullptr};
/// Mutex serving dual purpose:
/// 1. To protect the absolute position info
/// 2. To protect m_daughters container in the derived GeoFullPhysVol
/// Mutex for protecting the absolute position info
mutable std::shared_mutex m_mutex;
/// @brief Pointer to the transform holding the aboslute transform of the node
mutable std::unique_ptr<GeoTrf::Transform3D> m_absTransf{nullptr};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment