Skip to content

Commit 0eae660

Browse files
authored
Change to upper-case 'S' in "FT3sensor_*"
1 parent e5768cd commit 0eae660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ void Detector::defineSensitiveVolumes()
795795
AddSensitiveVolume(v);
796796
} else { // OT disks
797797
for (int sensor_count = 0; sensor_count < MAX_SENSORS; ++sensor_count) {
798-
std::string sensor_name_front = "FT3sensor_front_" + std::to_string(iLayer) + "_" + std::to_string(direction) + "_" + std::to_string(sensor_count);
799-
std::string sensor_name_back = "FT3sensor_back_" + std::to_string(iLayer) + "_" + std::to_string(direction) + "_" + std::to_string(sensor_count);
798+
std::string sensor_name_front = "FT3Sensor_front_" + std::to_string(iLayer) + "_" + std::to_string(direction) + "_" + std::to_string(sensor_count);
799+
std::string sensor_name_back = "FT3Sensor_back_" + std::to_string(iLayer) + "_" + std::to_string(direction) + "_" + std::to_string(sensor_count);
800800
v = geoManager->GetVolume(sensor_name_front.c_str());
801801
if (v) {
802802
AddSensitiveVolume(v);

0 commit comments

Comments
 (0)