We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a1b44 commit 7863af0Copy full SHA for 7863af0
Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase/IOTOFBaseParam.h
@@ -28,12 +28,12 @@ struct IOTOFBaseParam : public o2::conf::ConfigurableParamHelper<IOTOFBaseParam>
28
std::string detectorPattern = ""; // Layouts of the detector
29
bool segmentedInnerTOF = false; // If the inner TOF layer is segmented
30
bool segmentedOuterTOF = false; // If the outer TOF layer is segmented
31
- float x2x0 = 0.02f; // thickness expressed in radiation length, for all layers for the moment
+ float x2x0 = 0.000527f; // thickness expressed in radiation length, for all layers for the moment
32
33
O2ParamDef(IOTOFBaseParam, "IOTOFBase");
34
};
35
36
} // namespace iotof
37
} // end namespace o2
38
39
-#endif
+#endif
0 commit comments