DetectorGeometry: Remove IsModularDetector() as it is not used and actually designed wrong
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user