Skip to content

Commit 0e5ec98

Browse files
committed
remove duplicate volume count -- want the same number for the inactive bit of the pixel
1 parent 290b414 commit 0e5ec98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ void FT3Module::addSingleSensorVolume(
471471
y_mid,
472472
z_mid) // TGeoTranslation
473473
); // addNode
474-
(volume_count)++;
474+
475475
// INACTIVE STRIP ON LEFT OR RIGHT
476476
double inactive_x_mid = isLeft ? (active_x_mid - Constants::active_width / 2 - Constants::inactive_width / 2)
477477
: (active_x_mid + Constants::active_width / 2 + Constants::inactive_width / 2);

0 commit comments

Comments
 (0)