We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cd34b commit ee4f3e4Copy full SHA for ee4f3e4
Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/TRKBaseParam.h
@@ -38,8 +38,8 @@ struct TRKBaseParam : public o2::conf::ConfigurableParamHelper<TRKBaseParam> {
38
39
eOverallGeom overallGeom = kDefaultRadii; // Overall geometry option, to be used in Detector::buildTRKMiddleOuterLayers
40
41
- eLayout layoutML = kCylinder; // Type of segmentation for the middle layers
42
- eLayout layoutOL = kCylinder; // Type of segmentation for the outer layers
+ eLayout layoutML = kTurboStaves; // Type of segmentation for the middle layers
+ eLayout layoutOL = kStaggered; // Type of segmentation for the outer layers
43
44
eLayout getLayoutML() const { return layoutML; }
45
eLayout getLayoutOL() const { return layoutOL; }
0 commit comments