(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.4, Fri Aug 5 18:40:20 1994 UTC (30 years, 1 month ago) by cdaq
Branch: MAIN
CVS Tags: oct1194, nov2894, jan2795, dec0694, aug1794
Changes since 1.3: +13 -2 lines
* (SAW) Add makereg directive with required include files
        Add "CTPTYPE=parm" directive for auto generation of CTP reg calls

*     hms_statistics.cmn
*     common blocks containing event statistics for h_reconstruction
* $Log: hms_statistics.cmn,v $
* Revision 1.4  1994/08/05 19:40:20  cdaq
* * (SAW) Add makereg directive with required include files
*         Add "CTPTYPE=parm" directive for auto generation of CTP reg calls
*
* 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
*
*     The following include statments must precede the inclusion of this
*     file in each routine that uses it.  The *%% syntax is also a
*     directive to makereg to tell it to include the code in the program
*     that it generates.
*
*%%   include 'gen_data_structures.cmn'
*
*     CTPTYPE=parm
*
      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