Skip to content
Snippets Groups Projects
  1. Feb 16, 2019
  2. Feb 11, 2019
  3. Feb 10, 2019
    • Whitney Armstrong's avatar
      modified: ../src/THcCherenkov.cxx · 12a6cef3
      Whitney Armstrong authored
      	modified:   ../src/THcCherenkov.h
      	modified:   ../src/THcCherenkovHit.h
      	modified:   ../src/THcHitList.cxx
      	modified:   ../src/THcHitList.h
      	modified:   ../src/THcRawAdcHit.h
      	modified:   ../src/include/hcana/HallC_Data.h
      12a6cef3
  4. Feb 09, 2019
    • Whitney Armstrong's avatar
      modified: ../.gitignore · 4d998950
      Whitney Armstrong authored
      	modified:   THcCherenkov.cxx
      	modified:   THcCherenkov.h
      	modified:   THcHodoscope.cxx
      	modified:   THcHodoscope.h
      	modified:   include/HallC_LinkDef.h
      	new file:   include/hcana/HallC_Data.h
      4d998950
  5. Feb 04, 2019
    • Whitney Armstrong's avatar
      modified: src/THcDC.cxx · 824e50dc
      Whitney Armstrong authored
      	modified:   src/THcDC.h
      	modified:   src/THcDriftChamberPlane.cxx
      	modified:   src/THcDriftChamberPlane.h
      	modified:   src/include/HallC_LinkDef.h
      824e50dc
  6. Feb 01, 2019
  7. Jan 30, 2019
  8. Jan 28, 2019
  9. Jan 21, 2019
  10. Jan 20, 2019
  11. Jan 10, 2019
  12. Jan 07, 2019
    • Mark Jones's avatar
      Fix to THcScalerEvtHandler.cxx · de986a69
      Mark Jones authored
      In THcScalerEvtHandler::AnalyzeBuffer there is a loop over
      the scalers to keep track of scalers with a cut on the current.
      There was a mistake in using scal_prev_read[nscal-1] instead of
      dvars_prev_read[ivar] in the IF statement.
      de986a69
    • Ole Hansen's avatar
      THcHodoscope: clear fGoodFlags for each event. Add bugchecks. · 178fd5d8
      Ole Hansen authored
      fGoodFlags holds event-by-event data, but was never cleared,
      eventually growing to several hundred megabytes in a long analysis.
      The effciency calculations in THcHodoEff that rely on the contents
      of fGoodFlags have been most certainly garbage up to now.
      
      I've replaced the event-by-event ClearEvent() method with the
      standard virtual function Clear() and have added fGoodFlags.clear()
      there.
      
      Also, I've added assertions to the hodoscope code to check
      the validity of some non-obvious array indices. Nothing triggers;
      the index logic appears sound (despite its appearance ...)
      178fd5d8
    • Ole Hansen's avatar
      Correct a large number of memory leaks reported by valgrind · e1f461e0
      Ole Hansen authored
      This includes a particularly nasty leak in the shower code that caused
      several hundred bytes to be lost _per event_.
      e1f461e0
  13. Jan 06, 2019
  14. Dec 20, 2018
  15. Dec 19, 2018
  16. Dec 17, 2018
  17. Dec 15, 2018
  18. Dec 12, 2018
  19. Dec 11, 2018
  20. Dec 10, 2018
  21. Nov 28, 2018
  22. Nov 20, 2018
    • Mark Jones's avatar
      Modify THcAerogel.cxx · 75125f22
      Mark Jones authored
      Modify THcAerogel::CoarseProcess
      
      
      
      For each PMT, fGoodPosAdcMult.at(npmt) was being set to the total number of positive PMTs with an
      adc hit and fGoodNegAdcMult.at(npmt) was being set to the total number of negative PMTs with an
      adc hit.
      
      To be like the other dectectors make fGoodPosAdcMult.at(npmt)
      and  GoodNegAdcMult.at(npmt) be the number of adc hits for that particular
      PMT.
      75125f22
Loading