Skip to content

Commit e6dd98a

Browse files
committed
Petal outer radius 48 mm
1 parent a501273 commit e6dd98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/src/VDGeometryBuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static const double diskZ_cm[6] = {-34.0f, -30.0f, -26.0f, 26.0f, 30.0f, 34.0f};
254254
static constexpr double kPetalZ_cm = 70.0f; // full wall height
255255
static constexpr double kWallThick_cm = 0.015f; // 0.15 mm
256256
static constexpr double kInnerWallRadius_cm = 0.48f; // 4.8 mm (ALWAYS cylindrical)
257-
static constexpr double kOuterWallRadius_cm = 3.0f; // 30 mm (can be changed)
257+
static constexpr double kOuterWallRadius_cm = 4.8f; // 48 mm (can be changed)
258258
static constexpr double kEps_cm = 2.5e-4f;
259259

260260
// 3 inclined walls ("walls") specs for the full-cylinder option

0 commit comments

Comments
 (0)