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

File: [HallC] / Analyzer / T20 / t_proper_shutdown.f (download)
Revision: 1.1, Tue Dec 1 20:57:27 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, Initial-CVS-Release, HEAD, Extra_Shower_Tubes_on_HMS_not_SOS
Initial revision

      SUBROUTINE T_proper_shutdown(lunout,ABORT,err)
*--------------------------------------------------------
*-       T20 end of run analysis
*-
*-
*-   Purpose and Methods : Closes files properly, flushes, etc.
*- 
*-   Output: ABORT		- success or failure
*-         : err	- reason for failure, if any
*- 
*-   Created  23-Jan-1997   Stephen A. Wood
* $Log: t_proper_shutdown.f,v $
* Revision 1.1  1998/12/01 20:57:27  saw
* Initial revision
*
*- All standards are from "Proposal for Hall C Analysis Software
*- Vade Mecum, Draft 1.0" by D.F.Geesamn and S.Wood, 7 May 1993
*-
*--------------------------------------------------------
      IMPLICIT NONE
      SAVE
*     
      include 'gen_routines.dec'
      include 'gen_filenames.cmn'
      include 'gen_run_info.cmn'
      include 't20_filenames.cmn'
      include 't20_bypass_switches.cmn'
*
      character*17 here
      parameter (here= 't_proper_shutdown')
*     
      logical ABORT, report_abort
      character*(*) err
*
      integer ierr
      character*132 file
      integer lunout
*--------------------------------------------------------
*-    chance to flush any statistics, etc.
*     
*     
      ABORT= .FALSE.
      err= ' '

      call t_polder_shutdown(ABORT,err)
*     
c     if (tbypass_dc_eff.eq.0) then
c       call t_dc_eff_shutdown(lunout,ABORT,err)
c       call t_dc_trk_eff_shutdown(lunout,ABORT,err)
c     endif
c*     
c     if (tbypass_scin_eff.eq.0) call tscin_eff_shutdown(lunout,ABORT,err)
c*
c      if (tbypass_cer_eff.eq.0) call t_eff_shutdown(lunout,ABORT,err)
c*
c      if (tbypass_cal_eff.eq.0) call t_cal_eff_shutdown(ABORT,err)
c*     
c      call t_report_bad_data(lunout,ABORT,err)
c*
      if(t_report_blockname.ne.' '.and.
     $     t_report_output_filename.ne.' ') then

        file = t_report_output_filename
        call g_sub_run_number(file, gen_run_number)

        ierr = threp(t_report_blockname, file)
        if(ierr.ne.0) then
          call g_append(err,'& threp failed to create report in file'//file)
          report_abort = .true.
        endif
      endif
*
      IF(ABORT.or.report_abort) THEN
         call G_add_path(here,err)
      ELSE
         err= ' '
      ENDIF
*     
      RETURN
      END


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