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 81b173b commit 33f113cCopy full SHA for 33f113c
Detectors/Upgrades/ALICE3/FD/base/include/FDBase/FDBaseParam.h
@@ -28,9 +28,9 @@ struct FDBaseParam : public o2::conf::ConfigurableParamHelper<FDBaseParam> {
28
29
bool withMG = false; // modified geometry with 3 rings on A side
30
31
- bool plateBehindA= true;
+ bool plateBehindA = true;
32
bool fullContainer = false;
33
- float dzplate = 1.0f; //Aluminium plate width
+ float dzplate = 1.0f; // Aluminium plate width
34
35
O2ParamDef(FDBaseParam, "FDBase");
36
};
0 commit comments