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