Skip to content

Commit fa9e24c

Browse files
authored
Modify thickness parameters in IOTOFBaseParam.h
Updated the radiation length thickness and added sensor thickness parameter.
1 parent 1b17889 commit fa9e24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase/IOTOFBaseParam.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ struct IOTOFBaseParam : public o2::conf::ConfigurableParamHelper<IOTOFBaseParam>
2828
std::string detectorPattern = ""; // Layouts of the detector
2929
bool segmentedInnerTOF = false; // If the inner TOF layer is segmented
3030
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
31+
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
3233

3334
O2ParamDef(IOTOFBaseParam, "IOTOFBase");
3435
};

0 commit comments

Comments
 (0)