Module bmspotjb_mod

module bmspotjb_mod

        ! Uses
    use precision_mod
    use det_geom_mod
    use chambers_mod
    use tdc_mod
    use unp_mod
    use filters_mod
    use namelist_mod
    use hists_mod
    use calibrations_mod
    use pattern_mod
    use trackrange_mod
    use cluster_mod

        ! Subroutines and functions
    public subroutine BMJBanalysis ()

end module bmspotjb_mod
 =================================================================
  James Bueno, Feb 2006
  This module generates histograms for JB's studies.
  It takes the clustered hit(s) at each plane and histograms them
  for all PC's and DC's in the upstream half of the detector.
 =================================================================

Description of Subroutines and Functions

BMJBanalysis

public subroutine BMJBanalysis ()
    ! Calls: hf2, uv2xy
end subroutine BMJBanalysis