We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4ef84 commit afc5c76Copy full SHA for afc5c76
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Detector.cxx
@@ -62,7 +62,7 @@ void Detector::configLayers(bool itof, bool otof, bool ftof, bool btof, std::str
62
{
63
64
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
+ std::pair<float, float> dOuterTof = {95.f, 680.f}; // Radius and length
66
std::pair<float, float> radiusRangeDiskTof = {15.f, 100.f};
67
float zForwardTof = 370.f;
68
LOG(info) << "Configuring IOTOF layers with '" << pattern << "' pattern";
0 commit comments