Skip to content
Snippets Groups Projects
  1. Oct 25, 2017
    • Stephen A. Wood's avatar
      Address issue #271. Interpret TI information in event 125. · 554a7dca
      Stephen A. Wood authored
        This TI information, between the words 0xd0000000 and 0xd000000f,
        contains the # of pedestals, the time interval between scaler events
        the event interval between synchronized scaler events and the
        prescale settings.  Two versions of this block of data are supported,
        version one is mssing the scaler interval values.
      
        Nothing is actually done with the information found in event 125, but
        a summary can be printed with the method THcConfigEvtHandler::PrintConfig()
      554a7dca
    • Stephen A. Wood's avatar
      Change behaviour for multiple ROCs with scalers. · cd8e6910
      Stephen A. Wood authored
        1.  If there are multiple ROCs with scalers (hardware, TI, FADC), then
      there will be multiple event 129s.  In the case where analysis of these
      events is defered to the end of the analysis, all the event 129s will
      be analyzed as if a single event, resulting in one entry in the tree.
        2.  Scalers are read either when a given time interval has passed since
      the last scaler read (usually 2 seconds), or every time an event is tagged
      as a sync event.  In the case of the "timed" reading of events, different ROCs
      with scalers are not guaranteed to read their scalers at the same event.  But
      or sync event scaler reads, all ROCs read their scalers.  This commit adds an
      option SetOnlyUseSyncEvents(Bool_t).  If set, only scaler events triggered
      by the sync event will be analyzed.
      cd8e6910
  2. Oct 19, 2017
    • Mark Jones's avatar
      Updated THcScalerEvtHandler · 15f86987
      Mark Jones authored
      Fix bug if more BCMs defined in db_PScalevt.dat than in gscalers.param
      
      Fix bug that confused names "BCM1" and "BCM17" by adding ".scal" to the BCM name
      15f86987
  3. Oct 12, 2017
  4. Oct 09, 2017
  5. Oct 07, 2017
  6. Oct 05, 2017
  7. Oct 04, 2017
  8. Oct 02, 2017
  9. Sep 29, 2017
  10. Sep 28, 2017
  11. Sep 26, 2017
  12. Sep 22, 2017
  13. Sep 20, 2017
  14. Sep 15, 2017
  15. Sep 14, 2017
  16. Aug 31, 2017
Loading