Skip to content
Snippets Groups Projects
  1. Aug 31, 2017
  2. Aug 29, 2017
  3. Aug 25, 2017
    • hallc-online's avatar
      Add method THcHallCSpectrometer::CalculateTargetQuantities · 239cd15b
      hallc-online authored
      This method calculates the target quantities using the focal
      plane quantities and the optics matrix. Previously
      this was done in THcHallCSpectrometer::FindVertices.
      Now in THcHallCSpectrometer::FindVertices there is
      a call to CalculateTargetQuantities
      
      
      This method will be called by THcExtTarCor
      to do the xtar correction.
      239cd15b
    • hallc-online's avatar
      THcDriftChamber::FindStub modified · 9e594a6a
      hallc-online authored
      Fixed minor bug
         FindStub was using the uncorrected drift distance
         from the hit object that was not corrected in
         CorrectHitTimes method. Need to use the corrected
         drift distance that with the spacepoint Hit structure
      9e594a6a
  4. Aug 18, 2017
  5. Aug 01, 2017
  6. Jul 28, 2017
  7. Jul 27, 2017
  8. Jul 26, 2017
  9. Jul 25, 2017
  10. Jul 21, 2017
  11. Jul 19, 2017
  12. Jul 17, 2017
  13. Jul 13, 2017
  14. Jul 12, 2017
  15. Jul 11, 2017
  16. Jun 30, 2017
  17. Jun 29, 2017
  18. Jun 22, 2017
  19. 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
  20. Jun 15, 2017
Loading