diff --git a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp index 3c9fcf9c60a..fc439d29da5 100644 --- a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp +++ b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepGeometryContext.hpp @@ -29,6 +29,8 @@ class DD4hepDetectorElement; class DD4hepGeometryContext : public GeometryContext{ public: /// Explicit inactive constructor + /// Creates an inactive geometry context that skips alignment corrections + /// @return DD4hepGeometryContext instance with inactive state static DD4hepGeometryContext inactive() { return DD4hepGeometryContext(false); } /// The transform of this detector element within the given context