File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/Upgrades/ALICE3/FT3/simulation/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments