MuCapture Geant Program
-
GMU release 20-1-02
-
documentation
-
source
code
-
patches
-
gaussian generator in gukine.f for mu momentum was wrong, replace by gcheap
with
subroutine gcheap(rvec)
implicit none
real rvec(1)
EXTERNAL GRNDM
CALL RNORMX(RVEC,1,GRNDM)
return
end
-
Bernhard found error in gustep.f, change
call vzero(hit,nhit) -> call vzero(hit,nhdim)
nhit was a non existing variable from an earlier version