Skip to content

Commit afc5c76

Browse files
committed
Please consider the following formatting changes
1 parent da4ef84 commit afc5c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = {95.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)