We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b17889 commit fa9e24cCopy full SHA for fa9e24c
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase/IOTOFBaseParam.h
@@ -28,7 +28,8 @@ 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.000527f; // thickness expressed in radiation length, for all layers for the moment
+ float x2x0 = 0.02f; // thickness expressed in radiation length, for all layers for the moment
32
+ float sensorThickness = 0.0050f; // thickness of the sensor in cm, for all layers for the moment, the default is set to 50 microns
33
34
O2ParamDef(IOTOFBaseParam, "IOTOFBase");
35
};
0 commit comments