Skip to content
Snippets Groups Projects
  1. Dec 15, 2018
    • Whitney Armstrong's avatar
      Starting adding logging with spdlog · ec942943
      Whitney Armstrong authored
      - Mixins defined in Logger.h
      - Mixin used in base classes (THcDC is currently a good example)
      
      Added a few more spdlog loggers
      
      Added logging to many.
      
      - Added logging to hodoscope, aerogel hitlist and detectormap
      - Working on scandalizer features.
      
      Added logging.
      
      Added more logging.
      
      added more logging.
      
      More logging.
      ec942943
  2. Dec 11, 2018
  3. Jul 21, 2017
  4. Apr 18, 2017
  5. Sep 29, 2016
    • Stephen A. Wood's avatar
      Reference time fixes: · 7ae79877
      Stephen A. Wood authored
        Fix bad Addmodule argument (refchan)
        Print warning if expected reference time is missing
           (Probably means event is bad)
      7ae79877
  6. Sep 28, 2016
  7. May 18, 2016
  8. May 04, 2016
  9. Mar 23, 2016
  10. Dec 01, 2015
    • Stephen A. Wood's avatar
      Add reference channel information to detector map · a009368a
      Stephen A. Wood authored
        In the map file, use
          slot=<slot>,<refchan>
      to specify the reference channel for that slot.  If the slot= directive
      is repeated, the reference channel number must be given for each repeat.
      (Could potentially have different reference channels for different channels
      of that slot.)
      a009368a
  11. Oct 14, 2015
  12. Jan 16, 2015
  13. Jan 14, 2015
  14. Jan 08, 2015
  15. Sep 10, 2014
  16. Sep 09, 2014
  17. Jan 17, 2014
  18. 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
  19. May 01, 2012
  20. Apr 30, 2012
  21. Apr 24, 2012
  22. Apr 17, 2012
  23. Apr 16, 2012
  24. Apr 13, 2012
  25. Apr 12, 2012
  26. Mar 23, 2012
  27. Mar 19, 2012
Loading