Skip to content

Commit 5118265

Browse files
committed
Add OT only segmentation and change defaults
1 parent dd38ee6 commit 5118265

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Detectors/Upgrades/ALICE3/FT3/base/include/FT3Base/FT3BaseParam.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ enum eFT3Layout {
2525
kTrapezoidal,
2626
kSegmented,
2727
kSegmentedStave,
28+
kSegmentedStaveOTOnly
2829
};
2930
struct FT3BaseParam : public o2::conf::ConfigurableParamHelper<FT3BaseParam> {
3031
// Geometry Builder parameters
@@ -40,13 +41,13 @@ struct FT3BaseParam : public o2::conf::ConfigurableParamHelper<FT3BaseParam> {
4041
Float_t Layerx2X0 = 0.01;
4142

4243
// override values from FT3ModuleConstants, inner and outer
43-
bool cutStavesOnNominalRadius_inner = false;
44+
bool cutStavesOnNominalRadius_inner = true;
4445
bool cutStavesOnNominalRadius_outer = false;
4546

4647
// What to place over x=0 line in case of full outer-outer stave: Gap or Sensor
4748
bool placeSensorInMiddleOfStave = false;
4849

49-
// Draw reference circles at inner and outer radius of the layer, for visualisation
50+
// Draw reference circles at inner and outer radius of stave layer, for visualisation
5051
bool drawReferenceCircles = false;
5152

5253
O2ParamDef(FT3BaseParam, "FT3Base");

0 commit comments

Comments
 (0)