Skip to content
Snippets Groups Projects
  1. Dec 31, 2018
  2. Dec 19, 2018
  3. Mar 21, 2018
  4. Mar 19, 2018
    • Stephen A. Wood's avatar
      Implement version numbering for hcana. · dada9972
      Stephen A. Wood authored
        We'll start with version 0.90.0 and increment the second number up to 99.
        Goal is to declare a verison 1.0.0 sometime over the summer.
      
        To change the version, edit both SConscript.py and Makefile.
      dada9972
  5. Feb 05, 2018
  6. Oct 07, 2017
    • Stephen A. Wood's avatar
      Update SCons setup to match podd setup and other cleanup · 03b66787
      Stephen A. Wood authored
        Eliminate duplicated/redundant configuration code in SCons system
        Let SCons also clean ROOT 6's *_rdict.pcm class layout cache files
        Move helper python script to site_scons
        Remove EVIO from scons as podd build will take care of it.
        Remove define of HALLC_MODS in SConstruct
          (There is no longer any Hall C conditional code in Podd)
      03b66787
  7. Sep 14, 2017
  8. Jun 15, 2017
  9. Feb 23, 2017
  10. Jan 11, 2017
  11. Dec 17, 2016
    • Jure Bericic's avatar
      Added THcRawAdcHit and included it in THcRawShowerHit. · 6e184a5a
      Jure Bericic authored
      The new class THcRawAdcHit is meant to represent the raw ADC hits. The
      logic with dealing with ADCs has become quite complex now and it would
      have to be multiplicated across all detectors that have ADC
      channels. While this by itself is not such a big problem, fixing
      possible bugs in multiple places is.
      
      I also redesigned the THcRawShowerHit class to use the new
      THcRawAdcHit. The redesign was due anyway, so I took the opportunity.
      
      I also had to modify THcShowerArray and THcShowerPlane. They still
      need some work to use the the new flash 250 data, but changes were
      necessary anyway.
      
      Minor fix 01.
      6e184a5a
  12. Dec 07, 2016
  13. Dec 02, 2016
  14. Jan 25, 2016
  15. Jan 11, 2016
  16. Oct 14, 2015
  17. Jul 31, 2015
  18. Jun 23, 2015
  19. Apr 15, 2015
  20. Sep 15, 2014
  21. Mar 05, 2014
  22. Jan 26, 2014
  23. Nov 15, 2013
  24. Nov 11, 2013
  25. Oct 18, 2013
    • Stephen A. Wood's avatar
      Add template driven end of run reports to analyzer class · f0efa3a6
      Stephen A. Wood authored
      Inspired by ENGINE/CTP report generator
        Reports generated by
          THcAnalyzer::PrintReport(templatefilename,outputfilename)
          template is copied to output, {stuff} is replaced by the
             value of stuff.  Value can be formated with c formater, eg.
                 {stuff:%.2f}
        ThcFormula added to allow more flexibility of variables.
          Can get number of times cuts pass or are called with:
             cutname.npassed (or cutname.scaler) and cutname.ncalled
      f0efa3a6
  26. Oct 09, 2013
    • Edward Brash's avatar
      1. Implement changes in SCons to improve detection of ROOT installation · 73f6fe21
      Edward Brash authored
      and SCons version checking (now checks for version 4.9.9 of SCons, which
      is the newly implemented version number in the local SCons installation
      (in podd).  Note that this change will now require use of that updated local version as
      packaged with podd.
      
      2.  Change to SConstruct.py to add -DHALLC_MODS defines (now consistent
      with Makefile) for conditional compilation in certain parts of podd.
      
      3.  Improvement in configuration for 64bit/32bit compilation on Linux.
      73f6fe21
  27. Aug 21, 2013
  28. Aug 12, 2013
  29. Aug 06, 2013
Loading