(file) Return to hms_statistics.cmn CVS log (file) (dir) Up to [HallC] / Analyzer / INCLUDE

File: [HallC] / Analyzer / INCLUDE / hms_statistics.cmn (download)
Revision: 1.3, Wed Jun 15 20:00:27 1994 UTC (30 years, 3 months ago) by cdaq
Branch: MAIN
CVS Tags: jun1794, jun1594, jul0794, aug0394
Changes since 1.2: +10 -2 lines
(DFG) add scin plane efficiency

*     hms_statistics.cmn
*     common blocks containing event statistics for h_reconstruction
* $Log: hms_statistics.cmn,v $
* Revision 1.3  1994/06/15 21:00:27  cdaq
* (DFG) add scin plane efficiency
*
* Revision 1.2  1994/06/14  03:30:16  cdaq
* (DFG) add chamber efficiency and sigma
*
*Revision 1.1  1994/06/06  16:52:57  cdaq
*Initial revision
*
*
      integer*4 h_recon_num             ! Number of calls to h_reconstruction
      integer*4 hgoodtracksctr          ! number of good tracks in h_physics
      integer*4 hplanehitctr(HMAX_NUM_DC_PLANES) ! number of hits in each plane
*                                       for good tracks
      integer*4 hscinplanehitctr(HNUM_SCIN_PLANES) ! hits in each plane in
*                                                    good tracks
*     
      common/hms_statistics/
     &     h_recon_num,
     &     hgoodtracksctr,
     &     hplanehitctr,
     &     hscinplanehitctr


      real*4 hplanesigmasq(HMAX_NUM_DC_PLANES) ! sum of 
*                                        (position - fit position)**2 /sigma**2
      real*4 hmeasuredsigma(HMAX_NUM_DC_PLANES) ! hplanesigmasq/ hgoodtracksctr
      real*4 hchambereff(HMAX_NUM_DC_PLANES)  ! chamber efficencies
      real*4 hscinplaneeff(HNUM_SCIN_PLANES)   ! Scin plane efficiencies
*
      common/hms_statistisc_r4/
     & hplanesigmasq,
     & hmeasuredsigma,
     & hchambereff,
     & hscinplaneeff

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