(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.3, Thu Dec 17 22:02:39 1998 UTC (25 years, 9 months ago) by saw
Branch: MAIN
CVS Tags: spring03, sep-26-2002, sep-25-2002, sep-24-2002, sep-09-2002, sane, pionct, online07, online04, online03, oct1199, mduality, mar-24-2003, gep_online, gep3, fpi2, emc, e01004, bigcal, baryon, aug-12-2003, apr-02-2003, HEAD, Extra_Shower_Tubes_on_HMS_not_SOS
Changes since 1.2: +6 -2 lines
Support extra set of tubes on HMS shower counter

*=======================================================================
      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.3  1998/12/17 22:02:39  saw
* Support extra set of tubes on HMS shower counter
*
* 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_pos(hit)
     &   ,hcal_adcs_neg(hit)
   20    format(i5,3x,i5,4x,i5,6x,2f8.2)
      enddo
*
      return
      end

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