Skip to content

Commit

Permalink
Reduce the length of shortest huts slightly to sokve overlap.
Browse files Browse the repository at this point in the history
The reduction is very small and it is not expected to affect
background results.
  • Loading branch information
paolafer committed Jan 11, 2024
1 parent d730137 commit a1279f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/geometries/Next100EnergyPlane.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace nexus {
hut_hole_length_ (45. * mm),
hut_length_long_ (120.* mm),
hut_length_medium_(100.* mm),
hut_length_short_ (60. * mm),
hut_length_short_ (60. * mm - 1 * mm), // 60 from drawings, subtraction needed to solve small overlap
last_hut_long_ (17),
last_hut_medium_ (35),

Expand Down

0 comments on commit a1279f5

Please sign in to comment.