Skip to content

Commit

Permalink
Correct calorimeter dimensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Gaskell committed Aug 23, 2024
1 parent a52fc2f commit fe267b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions calo/mc_calo.f
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ subroutine mc_calo (p_spec, th_spec, dpp, x, y, z, dxdz, dydz,
c parameter (v_exit = 109.0)

c Use size of NPS
parameter (h_entr = 60.0)
parameter (v_entr = 72.0)
parameter (h_exit = 60.0)
parameter (v_exit = 72.0)
parameter (h_entr = 30.75) ! calorimeter 1/2 width: (30 blocks * 2.05 cm)/2.0
parameter (v_entr = 36.9) ! calorimeter 1/2 height: (36 blocks * 2.05 cm)/2.0
parameter (h_exit = 30.75)
parameter (v_exit = 36.9)

! Math constants

Expand Down

0 comments on commit fe267b3

Please sign in to comment.