Skip to content
Snippets Groups Projects
  1. Dec 20, 2018
  2. Jul 19, 2018
    • Stephen A. Wood's avatar
      Restore ability to analyze 6 GeV data. · 842da11c
      Stephen A. Wood authored
        Set hodoscopes to standard ADC mode for example hodtest.C script
        badcraw_pos and badcraw_neg always true if not Dynamic pedestal mode
        Don't crash in hodoscope if there is no Cherenkov.
      842da11c
  3. Apr 24, 2018
  4. Mar 23, 2018
  5. Nov 06, 2017
  6. Aug 31, 2017
  7. Aug 18, 2017
  8. Jul 21, 2017
  9. 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
  10. Jun 02, 2017
  11. Apr 06, 2017
  12. Feb 26, 2017
  13. Jan 31, 2017
  14. Jan 30, 2017
  15. Dec 15, 2016
  16. Nov 15, 2016
  17. Nov 06, 2016
  18. Nov 01, 2016
  19. Oct 28, 2016
  20. Oct 19, 2016
  21. Oct 14, 2016
  22. Sep 28, 2016
  23. Mar 30, 2016
  24. Mar 23, 2016
    • Stephen A. Wood's avatar
      Root 6 compatibility · 4d8583aa
      Stephen A. Wood authored
        Rename ScalerLoc so it doesn't conflict with class of same name in podd
        Ignore .pcm files
        Makefile does version check for root 6
        Address warnings in hodtest.C
      4d8583aa
  25. Jan 25, 2016
  26. Sep 10, 2015
  27. Sep 04, 2015
    • Stephen A. Wood's avatar
      Cleanup · 2012add4
      Stephen A. Wood authored
        Fix fptime formulae in output.def
        Remove unused parameter from THcHodoEff
        Remove undefined parameter from report.def
      2012add4
  28. Jul 31, 2015
  29. Feb 23, 2015
  30. Feb 13, 2015
    • Zafar's avatar
      Look up of Shower and Cherenkov in THcHodoscope::Setup · 386cdddc
      Zafar authored
      Minimm value of normalized energy  fNormETot and minum value of number of
      cherenkov photo electrons, fNCerNPE, is added to parameter files for the
      calculation good scintillator event for tracking efficiency.
      They are  optional parameters
      
      fScinShould and fScinDid are set to 0 or 1
      and only incrmented when Shower and Cerenkov detectors are setup.
      386cdddc
  31. Feb 11, 2015
    • Zafar's avatar
      Look up for shower and cherenkov in THcHodoscope::Setup - 2 · 4f6131f5
      Zafar authored
      If calorimeter and cherenkov is not added to SOS or HMS then it prints
      a warning message and does not calcualte the efficiency for that
      spectrometer.
      
      Minimm value of normalized energy and minum value of number of
      cherenkov photo electrons is added to parameter files for the
      calculation of tracking efficiency.
      4f6131f5
  32. Feb 10, 2015
    • Stephen A. Wood's avatar
      Add "Global variables" to reports. · 8669a94e
      Stephen A. Wood authored
        Variable found in a report template is first tested to see if it is a
        Hall C style parameter (in gHcParms).  If not, then tested to see if it
        is a global variable (in gHaVars).
      8669a94e
  33. Feb 03, 2015
    • Zafar Ahmed's avatar
    • Vardan Tadevosyan's avatar
      Improve THcShower class structure and cleanup · f1b25902
      Vardan Tadevosyan authored
        Clean up THcShower.h and THcShower.cxx.
        typedef vector<THcShowerHit*> THcShowerHitList by
        typedef set<THcShowerHit*> THcShowerHitList.
        Remove inheritance of class THcShowerCluster from THcShowerHitList.
        Define THcShowerCluster as THcShowerHitList, aka set<THcShowerHit*>.
        Remove inheritance of class THcShowerClusterList from
              THcShClusterList, a.k.a. vector<THcShowerCluster*> container.
        Define THcShowerClusterList as vector<THcShowerCluster*>.
        Rename THcShowerHitSet by THcShowerHitList.
        Rename HitList (related to the HMS calorimeter) to HitSet.
        Add operator< in THcShowerHit class, in order to have THcShowerHitSet
          objects to be properly sorted.
      f1b25902
Loading