Skip to content

Commit 1a3c6b6

Browse files
committed
Set incl. material length to petal length
1 parent e6dd98a commit 1a3c6b6

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
@@ -849,7 +849,7 @@ static void addInclinedWalls3FullCyl(TGeoVolume* petalAsm, double phi0_deg = kIn
849849
const double wallDy = 0.5 * kInclinedWallThick_cm;
850850
const double shellTh = kSiLayerThick_cm; // 0.1 mm shell thickness for bounds
851851
const double h = 0.5 * shellTh;
852-
const double dz = 0.5 * kLenZ_cm; // match barrel/coldplate length in full-cyl option
852+
const double dz = 0.5 * kPetalZ_cm; // match barrel/coldplate length in full-cyl option
853853

854854
constexpr int nWalls = 3;
855855
constexpr double dPhi = 360.0 / double(nWalls);

0 commit comments

Comments
 (0)