Skip to content
Snippets Groups Projects

Draft: Added an optional flag allowOverwrite to the thread-safe overload of...

Closed Vakhtang Tsulaia requested to merge (removed):main-alignmentstore into main
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,7 +21,7 @@ class GeoAlignableTransform final : public GeoTransform
virtual GeoTrf::Transform3D getTransform(const GeoVAlignmentStore* store=nullptr) const override;
/// Sets an alignment delta
void setDelta(const GeoTrf::Transform3D& delta, GeoVAlignmentStore* store=nullptr);
void setDelta(const GeoTrf::Transform3D& delta, GeoVAlignmentStore* store=nullptr, bool allowOverwrite=false);
/// Clears the alignment delta
// To Do: This method will become obsolete once we migrate LAr to the Alignment Store.
Loading