Subroutine PlotHeTrackHits 
subroutine PlotHeTrackHits
        ! Uses
    use track_mod
    use unp_mod
        ! Calls
    call add_dchita
    call add_hitmc
    call hit_dcwire
        ! Variables
    type (helixfit_type), INTENT(in) :: fit
    integer, INTENT(in) :: icolor
    integer, INTENT(in) :: iwindow
    integer :: i
    integer :: idchit
    integer :: iplane
    integer :: iwire
    integer :: iambig
end subroutine PlotHeTrackHits
 Description of Variables 
fit
type (helixfit_type), INTENT(in) :: fit
icolor
integer, INTENT(in) :: icolor
iwindow
integer, INTENT(in) :: iwindow
i
integer :: i
idchit
integer :: idchit
iplane
integer :: iplane
iwire
integer :: iwire
iambig
integer :: iambig