TABLE OF CONTENTS
/InABoxAnalysisPion [ Modules ]
NAME
module InABoxAnalysisPion
PURPOSE
Modules includes routines which are used to evaluate the decay width (gamma) of the pion.
InABoxAnalysisPion/InABoxAnalysisPion_count [ Subroutines ]
[ Top ] [ InABoxAnalysisPion ] [ Subroutines ]
NAME
subroutine InABoxAnalysisPion_count(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
InABoxAnalysisPion/InABoxAnalysisPion_eval [ Subroutines ]
[ Top ] [ InABoxAnalysisPion ] [ Subroutines ]
NAME
subroutine InABoxAnalysisPion_eval()
INPUTS
NONE
PURPOSE
Reads in the number of pions out of the files created by InABoxAnalysisPion_count and evaluates the decay width. Prints results to "pion_gamma.dat" and to "pion_gamma_mean.dat".