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
-4
View File
@@ -141,10 +141,6 @@ void DetectorGeometryModular::VerticalFlip() {
m.VerticalFlip(height);
}
bool DetectorGeometryModular::IsModularDetector() const {
return false;
}
int64_t DetectorGeometryModular::GetDirectionStep(DetectorModuleGeometry::Direction direction) const {
switch (direction) {
case DetectorModuleGeometry::Direction::Xneg: