Skip to content

Commit baa1ab2

Browse files
authored
Fix outer TOF radius value in Detector.cxx
1 parent e621bed commit baa1ab2

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
@@ -62,7 +62,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
6262
{
6363

6464
const std::pair<float, float> dInnerTof = {21.f, 124.f}; // Radius and length
65-
std::pair<float, float> dOuterTof = {95.f, 680.f}; // Radius and length
65+
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;
6868
LOG(info) << "Configuring IOTOF layers with '" << pattern << "' pattern";

0 commit comments

Comments
 (0)