Skip to content
Snippets Groups Projects
  1. Dec 16, 2013
    • Stephen A. Wood's avatar
      Have THcDC tell THcDriftChambers if they are HMS style or not. · de4e0e39
      Stephen A. Wood authored
        THcDriftChamber::AddPlane didn't know if style was HMS, because
        style was only determined in Init.  Now fHMSStyleFlag is set in
        only one place.  Right now determined from spectrometer name, but
        could be a parameter in the future.
      de4e0e39
    • Mark Jones's avatar
      In THcHodoscope::ReadDatabase make reading in fTofTolerance optional and set default = 3.0 · 71a823ae
      Mark Jones authored
      Fix  fStartTime=32. in THcHodoscope::Decode
      71a823ae
    • Mark Jones's avatar
      Modified AddPlane for SOS and HMS style chambers · 51f5ca37
      Mark Jones authored
      Modified ReadDatabase : Added fdebugstubchisq and Corrected fhdebugflagpr to be Int
      Added PrintDecode( void ) to print the drift chamber info in fHits
      Modified FindSpacePoints to use the proper PlaneInd and PlanePInd
          for HMS and SOS style chambers
      Changed THcDriftChamber::FindEasySpacePoint(Int_t yplane_hitind,Int_t yplanep_hitind) to
      THcDriftChamber::FindEasySpacePoint_HMS(Int_t yplane_hitind,Int_t yplanep_hitind)
      Added  THcDriftChamber::FindEasySpacePoint_SOS(Int_t xplane_hitind,Int_t xplanep_hitind)
      commented out many fhdebugflagpr  output statements
      51f5ca37
    • Mark Jones's avatar
      Added fdebugprintrawdc to output the raw drift chamber info · f67edfb4
      Mark Jones authored
      With fdebugprintdecodeddc call Chambers[i]->PrintDecode() to output the drift chamber info after min/max time cuts
      Added PrintSpacePoints()
      With fdebugprintdecodeddc call PrintSpacePoints() to output drift chmaber spacepoint info
      f67edfb4
  2. Dec 12, 2013
  3. Dec 10, 2013
  4. Dec 06, 2013
  5. Dec 05, 2013
  6. Dec 03, 2013
  7. Dec 02, 2013
    • Stephen A. Wood's avatar
      Untested SOS tracking code. · 2af4bf2d
      Stephen A. Wood authored
        THcDriftChamber
          New flag fHMSStyleChambers to determine if HMS or SOS style
          tracking should be done.  Flag is set on if the spectrometer
          name begins with 'h'.
          THcDriftChamber::LeftRight fSmallAngleApprox must be set and
          fHMSStyleChambers must be off to do SOS style.
          If not HMS style, ignore all the Yplane optimizations
        THcDC
          SOS code does "project to chamber" in link stubs.  Need to evaluate
          if this is necessary, or if HMS style should also do it.
      2af4bf2d
  8. Nov 26, 2013
  9. Nov 25, 2013
  10. Nov 15, 2013
  11. Nov 14, 2013
  12. Nov 13, 2013
    • sawjlab's avatar
      Merge pull request #26 from MarkKJones/mkj · 2e067347
      sawjlab authored
      Modified THcAerogel::ReadDatabase
      2e067347
    • Mark Jones's avatar
      Modified THcAerogel::ReadDatabase · 5c39dd7c
      Mark Jones authored
      1) Need to add fNelem to DBRequest to read parameter arrays.
      2) Added optional variable and set to true. Flag in the
      DBRequest to tell code that parameter is optional
      and does not have to be found.
      3) Move setting of fNelem to before DBRequest for aero_num_pairs
       so that it can be overwritten by parameter file.
      5c39dd7c
  13. Nov 12, 2013
  14. Nov 11, 2013
  15. Nov 08, 2013
Loading