Skip to content

Commit ee4f3e4

Browse files
committed
ALICE3-TRK: setting turboStaves and staggered layouts as default for ML and OT, respectively
1 parent 76cd34b commit ee4f3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/TRKBaseParam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ struct TRKBaseParam : public o2::conf::ConfigurableParamHelper<TRKBaseParam> {
3838

3939
eOverallGeom overallGeom = kDefaultRadii; // Overall geometry option, to be used in Detector::buildTRKMiddleOuterLayers
4040

41-
eLayout layoutML = kCylinder; // Type of segmentation for the middle layers
42-
eLayout layoutOL = kCylinder; // Type of segmentation for the outer layers
41+
eLayout layoutML = kTurboStaves; // Type of segmentation for the middle layers
42+
eLayout layoutOL = kStaggered; // Type of segmentation for the outer layers
4343

4444
eLayout getLayoutML() const { return layoutML; }
4545
eLayout getLayoutOL() const { return layoutOL; }

0 commit comments

Comments
 (0)