Skip to content
Snippets Groups Projects
  1. Jul 27, 2017
  2. Jul 26, 2017
  3. Jul 25, 2017
  4. Jul 21, 2017
  5. Jul 19, 2017
  6. Jul 17, 2017
  7. Jul 13, 2017
  8. Jul 12, 2017
  9. Jul 11, 2017
  10. Jun 30, 2017
  11. Jun 29, 2017
  12. Jun 22, 2017
  13. 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
  14. Jun 15, 2017
  15. Jun 12, 2017
  16. Jun 02, 2017
  17. 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
  18. May 27, 2017
Loading