DetectorGeometry: VerticalFlip() is non-virtual function to avoid confusion when it is called from the constructor

This commit is contained in:
2025-11-18 13:32:34 +01:00
parent 5c38b2bfe8
commit dc9bc18512
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ public:
int64_t GetSlowDirectionStep(int64_t module_number) const override;
Coord GetFastDirection(int64_t module_number) const override;
Coord GetSlowDirection(int64_t module_number) const override;
void VerticalFlip() override;
void VerticalFlip();
bool IsModularDetector() const override;
};