DetectorGeometry: Remove IsModularDetector() as it is not used and actually designed wrong

This commit is contained in:
2026-04-15 11:17:07 +02:00
parent df9ebdc4a8
commit 06c4b8fdf2
5 changed files with 0 additions and 10 deletions
-3
View File
@@ -78,6 +78,3 @@ void DetectorGeometryFixed::VerticalFlip() {
// Nothing;
}
bool DetectorGeometryFixed::IsModularDetector() const {
return true;
}