We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa1ab2 commit 4499dbfCopy full SHA for 4499dbf
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx
@@ -61,7 +61,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
61
const float x2x0)
62
{
63
64
- const std::pair<float, float> dInnerTof = {21.f, 124.f}; // Radius and length
+ const std::pair<float, float> dInnerTof = {21.f, 129.f}; // Radius and length
65
std::pair<float, float> dOuterTof = {92.f, 680.f}; // Radius and length
66
std::pair<float, float> radiusRangeDiskTof = {15.f, 100.f};
67
float zForwardTof = 370.f;
0 commit comments