File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Detectors/Upgrades/ALICE3/IOTOF/base/include/IOTOFBase Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments