Skip to content
Snippets Groups Projects
  1. Aug 19, 2013
  2. Aug 12, 2013
  3. Aug 08, 2013
  4. Jul 25, 2013
  5. Jul 23, 2013
  6. Jul 22, 2013
  7. Jul 19, 2013
  8. Jul 17, 2013
  9. Jul 08, 2013
  10. Jun 20, 2013
  11. Jun 13, 2013
  12. Jun 11, 2013
  13. Jun 02, 2013
  14. May 30, 2013
    • Stephen A. Wood's avatar
      Change space point from a structure to a full class · a48ac69c
      Stephen A. Wood authored
        THcDriftChamber::SpacePoint -> THcSpacePoint
        That way space points can be put in a TClonesArray and be made known
        to THcDC when stub information is added.
      a48ac69c
    • Stephen A. Wood's avatar
    • Mark Jones's avatar
      IN THcDriftChamber.cxx : · 12e1b5fa
      Mark Jones authored
        1)   Moved hardcoding of Yplane plane number to Addplane since it is called
           before ReadDatabase
        2) In FindEasySpacePoint add variable max_dist to match the code in
           h_find_easy_space_point.f more and fix problem
        3) As in h_find_easy_space_point  use max_dist instead
           of FSpacePointCriterion in IF statement to pick matching "x" hits.
      In THCDC.h
        1) Set GetPicth and GetCentralWire as Double_t
        2) Set  GetSpacePointCriterion to return fSpace_Point_Criterion2[chamber-1]
           instead of sqrt
      12e1b5fa
  15. May 28, 2013
  16. May 19, 2013
  17. May 16, 2013
  18. May 15, 2013
  19. May 02, 2013
    • Stephen A. Wood's avatar
      8e9af63d
    • Mark Jones's avatar
      1) Add TClone arrays to store the raw scint TDC and ADC paddle and values · 1888bb33
      Mark Jones authored
      The arrays are  frPosTDCHits, frNegTDCHits,frPosADCHits and frNegADCHits
      There are filled in THcScintillatorPlane:ProcessHits
      2) Also modified THcScintillatorPlane::ProcessHits explicitly set variable
      padnum=hit->fCounter and index=padnum-1 so the the TClone arrays for
      scintillator variable set padnum=1,16 while the index=0-15
      Want pdnum=1-16 because it is used in a hitogram fo counts versus
      paddle number
      3) Because of change to filling PaddleNumber in ProcessHits had
      to modify THcScintillatorPlane::PulseHeightCorrection so the
      index variable "j" is set to etPaddleNumber()-1 .
      1888bb33
  20. May 01, 2013
  21. Apr 30, 2013
    • Stephen A. Wood's avatar
      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
  22. Apr 19, 2013
  23. Apr 09, 2013
Loading