Skip to content

Commit

Permalink
Small style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cas1997 authored Feb 15, 2024
1 parent 87f235a commit 63583c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/Upgrades/ALICE3/Passive/src/Pipe.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void Alice3Pipe::ConstructGeometry()
auto& layerData = layersQuotas[iLayer];
trkLayerShapes.emplace_back(new TGeoTube(Form("TRKLAYER_%dsh", iLayer), layerData[0], layerData[0] + layerData[2], layerData[1] / 2.));
if (iLayer != 0) {
subtractorsFormula += Form("+");
subtractorsFormula += "+";
}
subtractorsFormula += Form("TRKLAYER_%dsh", iLayer);
}
Expand Down

0 comments on commit 63583c4

Please sign in to comment.