Skip to content
Snippets Groups Projects
  1. Jan 26, 2014
  2. Jan 24, 2014
  3. Jan 22, 2014
  4. Jan 17, 2014
  5. Jan 14, 2014
  6. Jan 10, 2014
  7. Jan 03, 2014
  8. Dec 29, 2013
    • Zafar Ahmed's avatar
      This is second update for THcCherenkov.cxx class. I have added four more · e5cd6d23
      Zafar Ahmed authored
      variables. Total photo electrons, total hits of adc 1, total hits of adc 2
      and total hits. With this update we have transformed the FORTRAN code of
      file /engine/HTRACKING/h_trans_cer.f to /hcana/ser/THcCherenkov.cxx
      
      NOTE: The pedestal value in ENGINE is an integer but in hcana it is a
      flaoting number. So it changes the pedestal substracted vlues of adc 1
      and adc 2 and the number of photo electrons of adc 1 and 2 by very small
      fraction. The difference of total photo electrons between ENGINE and hcana
      is not more than 0.005.
      e5cd6d23
  9. Dec 28, 2013
  10. Dec 19, 2013
  11. Dec 18, 2013
  12. Dec 17, 2013
  13. 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
  14. Dec 12, 2013
  15. Dec 10, 2013
  16. Dec 06, 2013
  17. Dec 05, 2013
  18. Dec 03, 2013
  19. Dec 02, 2013
    • Edward Brash's avatar
      Added ability to check required C header files to configure section · acd74e02
      Edward Brash authored
      Invoked with 'scons checkheaders=1'
      
      Also added cppcheck_report.txt to .gitignore
      acd74e02
    • 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
Loading