Skip to content

Commit d09fd84

Browse files
authored
Update SiPM mask hole dimensions
As reported by @halmamol, the size of the holes in the SiPM masks is 6x6 mm2, not 6x5 mm2
1 parent 2a66f9d commit d09fd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/geometries/Next100SiPMBoard.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void Next100SiPMBoard::Construct()
162162
G4double mask_hole_length = mask_thickness_ - wls_thickness;
163163
G4double mask_hole_zpos = - mask_thickness_/2. + mask_hole_length/2.;
164164
G4double mask_hole_x = 6.0 * mm;
165-
G4double mask_hole_y = 5.0 * mm;
165+
G4double mask_hole_y = 6.0 * mm;
166166

167167
G4Box* mask_hole_solid_vol =
168168
new G4Box(mask_hole_name, mask_hole_x/2., mask_hole_y/2., mask_hole_length/2.);

0 commit comments

Comments
 (0)