Skip to content

Commit 48934e7

Browse files
committed
add bools for cutting staves and sensors on staves on nominal radii
1 parent fba45ba commit 48934e7

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
@@ -39,8 +39,9 @@ struct FT3BaseParam : public o2::conf::ConfigurableParamHelper<FT3BaseParam> {
3939
Float_t etaOut = 1.5;
4040
Float_t Layerx2X0 = 0.01;
4141

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

4546
O2ParamDef(FT3BaseParam, "FT3Base");
4647
};

0 commit comments

Comments
 (0)