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

File: [HallC] / Analyzer / HTRACKING / h_prt_cal_tracks.f (download)
Revision: 1.5, Fri Mar 21 22:21:51 2003 UTC (21 years, 6 months ago) by jones
Branch: MAIN
CVS Tags: spring03, sane, pionct, online07, online04, mduality, mar-24-2003, gep_online, gep3, emc, e01004, bigcal, baryon, apr-02-2003, HEAD
Changes since 1.4: +36 -100 lines
Modified and rearrange routines to calibrate the HMS calorimeter (V. Tadevosyan)

*=======================================================================
      subroutine h_prt_cal_tracks
*=======================================================================
*-
*-      Dumps the calorimeter track quantities
*-
*-      Created: 20 Mar 1994      Tsolak A. Amatuni
*-      Modified 25 Mar 1994      DFG
*-                                Change name and lun
* $Log: h_prt_cal_tracks.f,v $
* Revision 1.5  2003/03/21 22:21:51  jones
* Modified and rearrange routines to calibrate the HMS calorimeter (V. Tadevosyan)
*
* Revision 1.2  1995/05/22 19:39:23  cdaq
* (SAW) Split gen_data_data_structures into gen, hms, sos, and coin parts"
*
* Revision 1.1  1994/04/13  15:42:40  cdaq
* Initial revision
*
*-----------------------------------------------------------------------
*
*
      implicit none
      save
*
      integer*4 nt      !Detector track number
*
      include 'hms_data_structures.cmn'
      include 'hms_calorimeter.cmn'
      include 'hms_tracking.cmn'
*
*
      write(hlun_dbg_cal,10) hntracks_fp
   10 format(///'      HMS  Calorimeter  Track  Quantities', /,
     &          '      Total Number of Detector Tracks:',i3,//,
     &          ' Track #   Cluster #   X[cm]   Y[cm]')
*
      if(hntracks_fp.le.0) return
*
      do nt=1,hntracks_fp
         write(hlun_dbg_cal,20)
     &   nt,hcluster_track(nt),htrack_xc(nt),htrack_yc(nt)
   20    format(3x,i5,7x,i5,2(2x,f6.2))
      enddo
*
      write(hlun_dbg_cal,30) hntracks_cal
   30 format(' Total Number of Calorimeter Tracks:',i3)
*
      return
      end

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