Subroutine PlotMcTrackHitPos

subroutine PlotMcTrackHitPos

        ! Uses
    use precision_mod
    use unpmc_mod
    use namelist_mod

        ! Variables
    integer :: i
    real (kind=R8) :: pmag
    real (kind=R8) :: cost
    real (kind=R8) :: pmagavg
    real (kind=R8) :: costavg
    real (kind=R8) :: pmagstdev
    real (kind=R8) :: coststdev
    real (kind=R8) :: pmagsum0
    real (kind=R8) :: pmagsum1
    real (kind=R8) :: pmagsum2
    real (kind=R8) :: costsum0
    real (kind=R8) :: costsum1
    real (kind=R8) :: costsum2
    real (kind=R8) :: costmin
    real (kind=R8) :: costmax
    integer :: iplane
    integer :: lastplane

end subroutine PlotMcTrackHitPos

Description of Variables

i

integer :: i

pmag

real (kind=R8) :: pmag

cost

real (kind=R8) :: cost

pmagavg

real (kind=R8) :: pmagavg

costavg

real (kind=R8) :: costavg

pmagstdev

real (kind=R8) :: pmagstdev

coststdev

real (kind=R8) :: coststdev

pmagsum0

real (kind=R8) :: pmagsum0

pmagsum1

real (kind=R8) :: pmagsum1

pmagsum2

real (kind=R8) :: pmagsum2

costsum0

real (kind=R8) :: costsum0

costsum1

real (kind=R8) :: costsum1

costsum2

real (kind=R8) :: costsum2

costmin

real (kind=R8) :: costmin

costmax

real (kind=R8) :: costmax

iplane

integer :: iplane

lastplane

integer :: lastplane