Skip to content
Snippets Groups Projects
  1. Nov 20, 2020
  2. Nov 17, 2020
  3. Jul 15, 2020
    • Frank Berghaus's avatar
      Clean up component accumulator config for bytestream reading · 4d2713e8
      Frank Berghaus authored
      Refactor the read configuration for bytestream in component accumulator
      style. Looking at code from the athena configuration team it seems that
      we use camelCase for functions and methods. Since that changes the
      interface it requires a update to the clients.
      4d2713e8
  4. May 18, 2020
  5. Mar 12, 2020
  6. Dec 20, 2019
  7. Dec 12, 2019
  8. Dec 04, 2019
    • John Chapman's avatar
      Fix for writing pickle files in python 3 · 7f70a9e8
      John Chapman authored
      Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file.
      In python 3 the output file needs to be explicitly opened in binary mode.
      I.e.
      ```
      f = open('configdump.pkl', 'wb')
      ```
      rather than
      ```
      f = open('configdump.pkl', 'w')
      ```
      7f70a9e8
  9. Dec 03, 2019
  10. Dec 01, 2019
    • Siarhei Harkusha's avatar
      TileMonitoring: Migrate Tile Cell monitoring for Run3 · 9211e633
      Siarhei Harkusha authored
      New TileCellMonitorAlgorithm algorithm has been added
      to monitor Tile cells for run 3.
      Functionality has just been copied from TileCellMonTool.
      
      Tile base monitoring algorithm (TileMonitorAlgorithm) has been added
      to factor out common functionality (especially monitoring per L1 trigger type).
      
      Inside Tile monitoring configuration helper
      additional set of useful function have been added
      to configure Tile monitoring histograms
      per partition, L1 trigger type, gain, sample.
      
      Tile cell monitoring for Run 3 has been included
      in general Tile monitoring configuration for run 3.
      
      Test of Tile Cell monitoring algorithm for run 3 has been added.
      9211e633
  11. Oct 20, 2019
  12. Oct 19, 2019
    • Siarhei Harkusha's avatar
      Add Tile Monitoring general configuration for Run3 · 1f84e55e
      Siarhei Harkusha authored and Walter Lampl's avatar Walter Lampl committed
      The following new general flag has been added
      (former global.InputFormat): ConfigFlags.Input.Format
      
      Global configuration of Tile Monitoring has been added for run 3.
      
      Configurations of Tile DQ and MBTS monitoring algorithms for run 3
      have been updated to take into account format of input data.
      
      Test of global configuration of Tile monitoring for run 3 has been added.
      1f84e55e
  13. Sep 29, 2019
    • Siarhei Harkusha's avatar
      TileMonitoring: Migrate Tile data corruption monitoring for Run3 · ed5a5e1c
      Siarhei Harkusha authored
      New TileDQFragMonitorAlgorithm algorithm has been added
      to monitor Tile data corruption for run 3. Functionality
      has just been copied from TileDQFragLWMonTool.
      
      New TileDQFragMonitorAlgorithm python module has been added
      to configure this algorithm in new JO style.
      
      Test of TileDQFragMonitorAlgorithm has been added also.
      ed5a5e1c
Loading