Skip to content

Commit

Permalink
Adding Trap converter in Geant4Converters
Browse files Browse the repository at this point in the history
  • Loading branch information
cms committed Oct 23, 2024
1 parent f04d7fa commit 495dd67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Plugins/Geant4/src/Geant4Converters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,6 @@ std::shared_ptr<Acts::Surface> Acts::Geant4PhysicalVolumeConverter::surface(
}
}

// ***************************************************************************************

// Into a Trapezoid (G4Trap)
auto g4Trap = dynamic_cast<const G4Trap*>(g4Solid);
if (g4Trap != nullptr) {
Expand All @@ -417,8 +415,6 @@ std::shared_ptr<Acts::Surface> Acts::Geant4PhysicalVolumeConverter::surface(
}
}

// ***************************************************************************************

// Into a Cylinder, disc or line
auto g4Tubs = dynamic_cast<const G4Tubs*>(g4Solid);
if (g4Tubs != nullptr) {
Expand Down

0 comments on commit 495dd67

Please sign in to comment.