Implement DC Space Point finding
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.
Showing
- Makefile 2 additions, 1 deletionMakefile
- examples/hodtest.C 1 addition, 1 deletionexamples/hodtest.C
- examples/hodtest_cuts.def 3 additions, 0 deletionsexamples/hodtest_cuts.def
- src/HallC_LinkDef.h 1 addition, 0 deletionssrc/HallC_LinkDef.h
- src/THcDC.cxx 430 additions, 0 deletionssrc/THcDC.cxx
- src/THcDC.h 145 additions, 0 deletionssrc/THcDC.h
- src/THcDCHit.cxx 30 additions, 7 deletionssrc/THcDCHit.cxx
- src/THcDCHit.h 18 additions, 3 deletionssrc/THcDCHit.h
- src/THcDriftChamber.cxx 617 additions, 264 deletionssrc/THcDriftChamber.cxx
- src/THcDriftChamber.h 59 additions, 78 deletionssrc/THcDriftChamber.h
- src/THcDriftChamberPlane.cxx 33 additions, 6 deletionssrc/THcDriftChamberPlane.cxx
- src/THcDriftChamberPlane.h 14 additions, 1 deletionsrc/THcDriftChamberPlane.h
Loading
Please register or sign in to comment