File tree Expand file tree Collapse file tree
Detectors/Upgrades/ALICE3/FT3/base/include/FT3Base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ enum eFT3Layout {
2525 kTrapezoidal ,
2626 kSegmented ,
2727 kSegmentedStave ,
28+ kSegmentedStaveOTOnly
2829};
2930struct 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" );
You can’t perform that action at this time.
0 commit comments