Skip to content

Commit 4499dbf

Browse files
authored
Update inner TOF dimensions in configLayers function
1 parent baa1ab2 commit 4499dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
6161
const float x2x0)
6262
{
6363

64-
const std::pair<float, float> dInnerTof = {21.f, 124.f}; // Radius and length
64+
const std::pair<float, float> dInnerTof = {21.f, 129.f}; // Radius and length
6565
std::pair<float, float> dOuterTof = {92.f, 680.f}; // Radius and length
6666
std::pair<float, float> radiusRangeDiskTof = {15.f, 100.f};
6767
float zForwardTof = 370.f;

0 commit comments

Comments
 (0)