Skip to content

Commit e414eb0

Browse files
Formatting fixes
Please consider the following formatting changes to #15201
2 parents 41c1e97 + 065e7a3 commit e414eb0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Detectors/Upgrades/ALICE3/FT3/simulation/src/FT3Module.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ void FT3Module::create_layout(double mZ, int layerNumber, int direction, double
217217
adjust_bottom_y_pos = false;
218218
adjust_bottom_y_neg = false;
219219
}
220-
220+
221221
offset_Rin_lower = Rin - Rin_offset;
222222
offset_Rin_upper = Rout + Rout_offset;
223223

@@ -247,7 +247,7 @@ void FT3Module::create_layout(double mZ, int layerNumber, int direction, double
247247
if (Rin == 20) { // v3 paving, rough attempt
248248
float overlap = 0.3;
249249
// NB: these are left edges
250-
float X_start = - 2.0 - 13.5 * (sensor_width - overlap);
250+
float X_start = -2.0 - 13.5 * (sensor_width - overlap);
251251
float X_start_pos = 2.0 - 0.5 * (sensor_width - overlap);
252252
if (face == "back") {
253253
X_start += (sensor_width - overlap);
@@ -263,8 +263,7 @@ void FT3Module::create_layout(double mZ, int layerNumber, int direction, double
263263
justSkipped1.push_back(1);
264264
X_start_pos += 2 * (sensor_width - overlap);
265265
}
266-
}
267-
else {
266+
} else {
268267
// filling for sensors with 2x width, each row skipped
269268
if (face == "front") {
270269
X_positions = {-63.4, -54.2, -45, -35.8, -26.6, -17.4, -8.2, 1., 10.2, 19.4, 28.6, 37.8, 47., 56.2, 65.4};

0 commit comments

Comments
 (0)