Skip to content

Commit 1b17889

Browse files
authored
Update Detector.h
1 parent aa6a0bc commit 1b17889

File tree

1 file changed

+2
-2
lines changed
  • Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Detector.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Detector : public o2::base::DetImpl<Detector>
6060
return nullptr;
6161
}
6262

63-
void configLayers(bool itof = true, bool otof = true, bool ftof = true, bool btof = true, std::string pattern = "", bool itofSegmented = false, bool otofSegmented = false, const float x2x0 = 0.02f);
63+
void configLayers(bool itof = true, bool otof = true, bool ftof = true, bool btof = true, std::string pattern = "", bool itofSegmented = false, bool otofSegmented = false, const float x2x0 = 0.02f, const float sensorThickness = 0.0050f);
6464

6565
void configServices();
6666
void createMaterials();
@@ -104,4 +104,4 @@ struct UseShm<o2::iotof::Detector> {
104104
} // namespace base
105105
} // namespace o2
106106
#endif
107-
#endif
107+
#endif

0 commit comments

Comments
 (0)