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. Dec 10, 2018
  4. Apr 11, 2018
  5. Feb 20, 2018
  6. Feb 19, 2018
    • Stephen A. Wood's avatar
      Create parameters to hold missing reference time counts. · 14523959
      Stephen A. Wood authored
        So that the counts can be reported in report files.
      14523959
    • Stephen A. Wood's avatar
      Put a minimum cut on reference times. · 39317b13
      Stephen A. Wood authored
         First hit above this cut is taken as the reference time.
         Cuts are per detector and read as an optional parameter in
         each detector class.  TDCs and Flash ADC times have separate cuts.
      
      Implement a second method of selecting best reference time.
        If InitHitList is passed a possitive reference time cut,
          use the first reference time above that cut.  If none of the
          hits pass the cut, then no reference time is set
        If InitHitList is passed a negative cut, the cut is taken to be
          the absolute value of the cut, but a reference time is garuanteed
          to be set as long as there is at least one reference time hit.
          If none of the reference time hits pass the cut, then the last
          hit is taken to be the reference time.  (Should be the largest.)
      
      Allow reference time cuts for all the spectrometer detector classes
        Hodoscopes, drift chambers, Aerogels, Gas Cherenkovs, Calorimeters
      39317b13
  7. Feb 15, 2018
  8. Dec 14, 2017
  9. Dec 06, 2017
  10. Nov 30, 2017
  11. Oct 25, 2017
  12. Jul 21, 2017
  13. Mar 06, 2017
    • Cdaq Account's avatar
      Modified hodoscope and scintillatorplane code for hodo calibration · 201bcda2
      Cdaq Account authored
      Temporarily set THcHodoscope.cxx so that only the first three planes are used to calculate the focal
      plane time and beta.
      In THcHodoscope , Modified format for writing out the dump file used in hodo calibration.
      Add cosmicflag to THcScintillatorPLane so the corrected time is done right for cosmics.
      Modified hc_hodo_calib/tofcal.f so that it uses detector 10 as the reference
      and that it writes out better defualts for parameters in there are not enough events for a PMT.
      201bcda2
  14. Feb 27, 2017
  15. Feb 24, 2017
    • Jure Bericic's avatar
      Added capability to set F250 parameters from PSE125. · 7878074b
      Jure Bericic authored
      PSE125 holds information about setting of F250 modules. Now this
      information is used to set `fNPedestalSamples` and `fNPeakSamples`
      parameters of `THcRawAdcHit`.
      
      This is done through `THcHitList`, since it has information about
      which crate and module each channel is in. Currently, the information
      is set for each event, because of the hitlist and analyzer design.
      
      I added the neccessary support for these changes to all raw hit
      classes.
      7878074b
  16. Feb 23, 2017
    • Jure Bericic's avatar
      Modified warning messeges for hitlist. · b4af0591
      Jure Bericic authored
      Corrected warning message for missing refchan to correctly display reference channel.
      Modified warningg message for missing refindex to include information about reference channel.
      b4af0591
  17. Dec 07, 2016
  18. Nov 23, 2016
  19. 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
  20. Sep 28, 2016
  21. May 18, 2016
  22. Dec 02, 2015
    • Stephen A. Wood's avatar
      Add reference time to hitlist · e7738912
      Stephen A. Wood authored
        Base class THcRawHit has null GetReference method.  Returns
        zero.
        THcRawDCHit will get the reference time if it was specified in the map file.
        It is up to the detector class to use the reference time to subtract off
        pipeline TDC jitter.
      e7738912
  23. Oct 14, 2015
  24. Jan 16, 2015
  25. Jan 14, 2015
  26. Jan 08, 2015
  27. Jan 17, 2014
  28. Nov 02, 2012
  29. Aug 23, 2012
  30. May 01, 2012
  31. Apr 24, 2012
  32. Apr 21, 2012
  33. Apr 12, 2012
Loading