Subroutine PlotFGRhits

subroutine PlotFGRhits

        ! Uses
    use Precision_mod
    use Track_mod
    use unp_mod

        ! Calls
    call add_dchita
    call hit_dcwire

        ! Variables
    integer, INTENT(in) :: iwindow
    integer, INTENT(in) :: itrack
    integer, INTENT(in) :: icolor
    type (FGresult_type), INTENT(in) :: trk
    integer :: i
    integer :: ihit
    integer :: iplane
    integer :: iwire
    integer :: iambig
    real :: radius

end subroutine PlotFGRhits

Description of Variables

iwindow

integer, INTENT(in) :: iwindow

itrack

integer, INTENT(in) :: itrack

icolor

integer, INTENT(in) :: icolor

trk

type (FGresult_type), INTENT(in) :: trk

i

integer :: i

ihit

integer :: ihit

iplane

integer :: iplane

iwire

integer :: iwire

iambig

integer :: iambig

radius

real :: radius