Skip to content

Commit 7863af0

Browse files
authored
Update IOTOFBaseParam.h
1 parent f6a1b44 commit 7863af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ 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.02f; // thickness expressed in radiation length, for all layers for the moment
31+
float x2x0 = 0.000527f; // thickness expressed in radiation length, for all layers for the moment
3232

3333
O2ParamDef(IOTOFBaseParam, "IOTOFBase");
3434
};
3535

3636
} // namespace iotof
3737
} // end namespace o2
3838

39-
#endif
39+
#endif

0 commit comments

Comments
 (0)