Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ static void addInclinedWalls3FullCyl(TGeoVolume* petalAsm, double phi0_deg = kIn
const double R1_out = R1 + h;
const double R2_in = R2 - h;


// Tangency radius choice
const double Rtan = R0_out + wallDy + clearanceMargin;
const double Reff_plus = Rtan + wallDy + clearanceMargin;
Expand Down
Loading