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

Diff for /Analyzer/HTRACKING/h_cer_eff.f between version 1.3 and 1.4

version 1.3, 1999/02/03 21:13:23 version 1.4, 1999/02/10 18:19:06
Line 14 
Line 14 
 * author: Chris Cothran * author: Chris Cothran
 * created: 5/25/95 * created: 5/25/95
 * $Log$ * $Log$
   * Revision 1.4  1999/02/10 18:19:06  csa
   * Changed hscer_et test to use momentum-normalized variable
   *
 * Revision 1.3  1999/02/03 21:13:23  saw * Revision 1.3  1999/02/03 21:13:23  saw
 * Code for new Shower counter tubes * Code for new Shower counter tubes
 * *
Line 36 
Line 39 
       include 'hms_data_structures.cmn'       include 'hms_data_structures.cmn'
       include 'hms_cer_parms.cmn'       include 'hms_cer_parms.cmn'
       include 'hms_physics_sing.cmn'       include 'hms_physics_sing.cmn'
         include 'hms_calorimeter.cmn'
  
       integer*4 nr       integer*4 nr
 * *
 * test for a good electron  *     test for a good electron. Use normalized, tracked shower counter
   *     variable (hsshtrk).
 * *
       if (hntracks_fp .eq. 1       if (hntracks_fp .eq. 1
      &  .and. hschi2perdeg .gt. 0.      &  .and. hschi2perdeg .gt. 0.
      &  .and. hschi2perdeg .lt. hcer_chi2max      &  .and. hschi2perdeg .lt. hcer_chi2max
      &  .and. hsbeta .gt. hcer_beta_min      &  .and. hsbeta .gt. hcer_beta_min
      &  .and. hsbeta .lt. hcer_beta_max      &  .and. hsbeta .lt. hcer_beta_max
      &  .and. hstrack_et .gt. hcer_et_min       &  .and. hsshtrk .gt. hcer_et_min
      &  .and. hstrack_et .lt. hcer_et_max) then ! Some use hsshtrk instead       &  .and. hsshtrk .lt. hcer_et_max) then
   
         do nr = 1, hcer_num_regions         do nr = 1, hcer_num_regions
 * *
 * hit must be inside the region in order to continue  *     hit must be inside the region in order to continue.
 * *
           if (abs(hcer_region(nr,1)-hsx_cer).lt.hcer_region(nr,5)           if (abs(hcer_region(nr,1)-hsx_cer).lt.hcer_region(nr,5)
      >         .and. abs(hcer_region(nr,2)-hsy_cer).lt.hcer_region(nr,6)      >         .and. abs(hcer_region(nr,2)-hsy_cer).lt.hcer_region(nr,6)


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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