TABLE OF CONTENTS
- 1. /pionGamma
/pionGamma [ Modules ]
NAME
module pionGamma
NOTES
Modules includes routines which are used to evaluate the decay width (gamma) of the pion in the BUU program.
pionGamma/count_pions [ Subroutines ]
[ Top ] [ pionGamma ] [ Subroutines ]
NAME
subroutine count_pions(particleVector,time)
INPUTS
- type(particle), dimension(:,:),intent(in) :: particleVector
- real,intent(in) :: time
PURPOSE
Counts number of pions in the particleVector and prints it to file "pionNumbers_*.dat" where * is the kinetic energy of the incoming pions
pionGamma/evaluate_pionGamma [ Subroutines ]
[ Top ] [ pionGamma ] [ Subroutines ]
NAME
subroutine evaluate_pionGamma()
INPUTS
NONE
PURPOSE
Reads in the number of pions out of the files created by count_pions and evaluates the decay width. Prints results to "pion_gamma.dat" and to "pion_gamma_mean.dat".