diff --git a/Plugins/Geant4/src/Geant4Converters.cpp b/Plugins/Geant4/src/Geant4Converters.cpp index 89e32e513d4..9f97167b5a7 100644 --- a/Plugins/Geant4/src/Geant4Converters.cpp +++ b/Plugins/Geant4/src/Geant4Converters.cpp @@ -398,8 +398,6 @@ std::shared_ptr Acts::Geant4PhysicalVolumeConverter::surface( } } - // *************************************************************************************** - // Into a Trapezoid (G4Trap) auto g4Trap = dynamic_cast(g4Solid); if (g4Trap != nullptr) { @@ -417,8 +415,6 @@ std::shared_ptr Acts::Geant4PhysicalVolumeConverter::surface( } } - // *************************************************************************************** - // Into a Cylinder, disc or line auto g4Tubs = dynamic_cast(g4Solid); if (g4Tubs != nullptr) {