Skip to content

Commit 33f113c

Browse files
committed
including aluminium containers
1 parent 81b173b commit 33f113c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ALICE3/FD/base/include/FDBase/FDBaseParam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ struct FDBaseParam : public o2::conf::ConfigurableParamHelper<FDBaseParam> {
2828

2929
bool withMG = false; // modified geometry with 3 rings on A side
3030

31-
bool plateBehindA= true;
31+
bool plateBehindA = true;
3232
bool fullContainer = false;
33-
float dzplate = 1.0f; //Aluminium plate width
33+
float dzplate = 1.0f; // Aluminium plate width
3434

3535
O2ParamDef(FDBaseParam, "FDBase");
3636
};

0 commit comments

Comments
 (0)