File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ void OTOFLayer::createLayer(TGeoVolume* motherVolume)
334334 const int sensorsPerChipX = 2 ; // we assume that each chip is divided in 2 sensors along the x direction
335335 const int sensorsPerChipZ = 2 ; // we assume that each chip is divided in 2 sensors along the z direction
336336 const double sensorSizeX = chipSizeX / sensorsPerChipX; // cm
337- const double sensorSizeY = chipSizeY; // cm
337+ const double sensorSizeY = mSensorThickness ; // cm
338338 const double sensorSizeZ = chipSizeZ / sensorsPerChipZ; // cm
339339 TGeoBBox* sensor = new TGeoBBox (sensorSizeX * 0.5 , sensorSizeY * 0.5 , sensorSizeZ * 0.5 );
340340 TGeoVolume* sensVol = new TGeoVolume (sensName, sensor, medSi);
You can’t perform that action at this time.
0 commit comments