Skip to content
Snippets Groups Projects
  1. Mar 10, 2015
  2. Jan 16, 2015
  3. Jan 14, 2015
  4. Jan 08, 2015
  5. Sep 04, 2014
  6. Jan 17, 2014
  7. Nov 15, 2013
    • Edward Brash's avatar
      Address some minor issues reported by cppcheck · bd50814c
      Edward Brash authored
      These were related to a) scope of some variable declarations, and b) use
      of pre-increment vs. post-increment of non-primitive types (this has a
      slight performance hit due to the way that pre- vs. post-increment
      operators are overloaded in C++.
      
      Also cleaned up a few places where initialized variables were not being
      used.
      bd50814c
  8. Nov 13, 2013
    • Mark Jones's avatar
      Modified THcAerogel::ReadDatabase · 5c39dd7c
      Mark Jones authored
      1) Need to add fNelem to DBRequest to read parameter arrays.
      2) Added optional variable and set to true. Flag in the
      DBRequest to tell code that parameter is optional
      and does not have to be found.
      3) Move setting of fNelem to before DBRequest for aero_num_pairs
       so that it can be overwritten by parameter file.
      5c39dd7c
  9. Mar 25, 2013
  10. Feb 07, 2013
  11. Jan 21, 2013
    • Stephen A. Wood's avatar
      New parameter file for "extra" parameters". · 961e391c
      Stephen A. Wood authored
          Define constants (e.g. plane counts) that are not defined in
          the ENGINE parameter files so that the detector classes
          can be more generic.
          Hodoscope and Aerogel now pick up plane and tube counts from this file
      961e391c
  12. Dec 07, 2012
    • Stephen A. Wood's avatar
      Flesh out the Aerogel analysis a bit. · e9ef7df5
      Stephen A. Wood authored
          Register some more variables for the tree
          Clear fNelem of some arrays, not fNhits.
          Print method to print Aerogel pedestals.
          Make Pedestal analysis a bit more like the ENGINE.
          Initialize counters
      e9ef7df5
  13. Nov 05, 2012
Loading