Skip to content
Snippets Groups Projects
  1. Jul 21, 2017
  2. Jul 19, 2017
  3. Jul 17, 2017
  4. Jul 13, 2017
  5. Jul 12, 2017
  6. Jul 11, 2017
  7. Jun 30, 2017
  8. Jun 29, 2017
  9. Jun 22, 2017
  10. Jun 19, 2017
    • Stephen A. Wood's avatar
      Add THcRunParms. Get beam energy without db_run.dat · a7f5da2e
      Stephen A. Wood authored
        With this commit, db_run.dat is not needed in hcana
        If THcRunParms is used, hcana will get the beam momentum from the
        parameter "gpbeam" instead of db_run.dat.  To use, use the
        THaRun::SetRunParamClass method to set the run parameter class
        to "THcRunParameters".
      
        THaRun* run = new THaRun(RunFileName);
        run->SetRunParamClass("THcRunParameters");
      a7f5da2e
  11. Jun 15, 2017
  12. Jun 12, 2017
  13. Jun 02, 2017
  14. May 30, 2017
    • Ak1508's avatar
      Added ADC Error Flags for ScintillatorPlane.cxx class · d28eda3c
      Ak1508 authored
      -Added fAdcTimeWindow Min/Max to THcHodoscope.cxx (.h)
      -Added fAdcTimeWindow Min/Max to THcScintillatorPlane.cxx (.h)
      -Initialized loop over number of hits inside the FillDynamic_Pedestal() method
      -added some variables in the THcScintillatorPlane.cxx Dynamic Pedestal Method
      -Added loop over adc_pos and adc_neg hits, and required the hits to fall
      within fAdcTimeWindow Min/Max
      -Added the requirement of at least a valid (adc && tdc) on either end of a bar
      -re-defined boolean operator for adc_pos/adc_neg to be True if  they passed the errorflag and timeCUT requirements in the fADC_Dynamic Pedestal method.
      -- deleted adc_pos/neg initial definitions, and set their initial values to -999.
      d28eda3c
    • Mark Jones's avatar
      Merge branch 'shms_presh_develop' of https://github.com/Yero1990/hcana into... · 6bda357f
      Mark Jones authored
      Merge branch 'shms_presh_develop' of https://github.com/Yero1990/hcana into Yero1990-shms_presh_develop
      6bda357f
  15. May 27, 2017
  16. May 23, 2017
  17. May 12, 2017
  18. May 03, 2017
  19. May 02, 2017
  20. May 01, 2017
    • Vardan Tadevosyan's avatar
      Small Shower Calorimeter corrections, chagnes and cleanups · c30c06cf
      Vardan Tadevosyan authored
      Make matched cluster variables of the array part of calorimeter private.
      
      Initialize fY variable in the THcShowerHit::THcShowerHit default
      constructor.
      
      Correct typo in THcShowerArray::Clear, assign -1000 to fMatchClY.
      
      Edit debug output in THcShowerArray::CoarseProcess and remove obsolete
      comments THcShowerArray::MatchCluster.
      
      Clear fSizeClustArray and fNblockHighEnergy quantitites in
      THcShower::Clear, for just in case.
      c30c06cf
    • Eric Pooser's avatar
      Increase max root file size to 100GB. · 12ac2059
      Eric Pooser authored
      So files don't split.
      Seems to be working, hcana has not crashed yet with file sizes
      upto 2.6 GB.
      12ac2059
Loading