Skip to content
Snippets Groups Projects
  • Stephen A. Wood's avatar
    b519f00b
    Implement DC Space Point finding · b519f00b
    Stephen A. Wood authored
      New class THcDC is whole set of wire chambers.
      THcDriftChamber is one chamber (6 planes)
      Implement space point finding from h_pattern_recognition up to point
         before where space point lists from the two chambers are combined.
      Includes
          FindEasySpacePoint   (h_find_easy_space_point)
          FindHardSpacePoints  (find_space_points)
          DestroyPoorSpacePoints (h_sp_destroy)
          SpacePointMultiwire  (h_sp_multiwire)
          ChooseSingleHit 	   (h_choose_single_hit)
          SelectSpacePoint	   (select_space_points)
    
    Space points are arrays of structures in the THcDriftChamber class.  Will
    probably need to take space points out class so that they can be looked at
    at the THcDC level.
    
    New code is only tested to see that it compiles and that space points
    are sometimes found.
    b519f00b
    History
    Implement DC Space Point finding
    Stephen A. Wood authored
      New class THcDC is whole set of wire chambers.
      THcDriftChamber is one chamber (6 planes)
      Implement space point finding from h_pattern_recognition up to point
         before where space point lists from the two chambers are combined.
      Includes
          FindEasySpacePoint   (h_find_easy_space_point)
          FindHardSpacePoints  (find_space_points)
          DestroyPoorSpacePoints (h_sp_destroy)
          SpacePointMultiwire  (h_sp_multiwire)
          ChooseSingleHit 	   (h_choose_single_hit)
          SelectSpacePoint	   (select_space_points)
    
    Space points are arrays of structures in the THcDriftChamber class.  Will
    probably need to take space points out class so that they can be looked at
    at the THcDC level.
    
    New code is only tested to see that it compiles and that space points
    are sometimes found.