(file) Return to h_prt_cal_sparsified.f CVS log (file) (dir) Up to [HallC] / Analyzer / HTRACKING

File: [HallC] / Analyzer / HTRACKING / h_prt_cal_sparsified.f (download)
Revision: 1.2, Mon May 22 18:39:21 1995 UTC (29 years, 4 months ago) by cdaq
Branch: MAIN
CVS Tags: sep0596, nov2696, may2495, jul2895, jan2496, jan1896, jan1796, dec0198, apr3096, Initial-CVS-Release
Changes since 1.1: +5 -2 lines
(SAW) Split gen_data_data_structures into gen, hms, sos, and coin parts"

*=======================================================================
      subroutine h_prt_cal_sparsified
*=======================================================================
*-
*-      Dumps the sparsified calorimeter data
*-
*-      Created: 19 Mar 1994      Tsolak A. Amatuni
*-      Modified 25 Mar 1994      DFG
*-                                change name and lun
* $Log: h_prt_cal_sparsified.f,v $
* Revision 1.2  1995/05/22 19:39:21  cdaq
* (SAW) Split gen_data_data_structures into gen, hms, sos, and coin parts"
*
* Revision 1.1  1994/04/13  15:41:58  cdaq
* Initial revision
*
*-----------------------------------------------------------------------
*
      implicit none
      save
*
      integer*4 hit      !Hit number
*
      include 'hms_data_structures.cmn'
      include 'hms_calorimeter.cmn'
      include 'hms_tracking.cmn'
*
      write(hlun_dbg_cal,10) hcal_num_hits
   10 format(///'   HMS Calorimeter Sparsified Data   ',/,
     &          '      Total Number of Hits:',i7,      //,
     &          ' Hit #   Row #   Column #   ADC - PED')
*
*
      if(hcal_num_hits.le.0) return
*
      do hit=1,hcal_num_hits
         write(hlun_dbg_cal,20)
     &   hit,hcal_rows(hit),hcal_cols(hit),hcal_adcs(hit)
   20    format(i5,3x,i5,4x,i5,6x,f8.2)
      enddo
*
      return
      end

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0