Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Oct 12, 2020
  3. Oct 05, 2020
  4. Jul 24, 2020
  5. Jul 15, 2020
    • Frank Berghaus's avatar
      Document bytestream configuration module · e2d5ed71
      Frank Berghaus authored
      Add docstrings to the bytestream configuration module and the functions
      that set up reading from and writing to bytestream. Remove remaining
      global data members.
      e2d5ed71
    • Frank Berghaus's avatar
      Document bytestream configuration module · c84545b2
      Frank Berghaus authored
      Add docstrings to the bytestream configuration module and the functions
      that set up reading from and writing to bytestream. Remove remaining
      global data members.
      c84545b2
    • Frank Berghaus's avatar
      Refactor CA bytestream write configuration · c69802f1
      Frank Berghaus authored
      Make the bytestream write configuration compliant with the style found
      in the Athena configuration modules. Update the one client. Executing
      the configuration now copies 10 events from the default RAW input into a
      new bytestream file to test the configuration.
      c69802f1
    • 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
  6. Jun 17, 2020
  7. Jun 08, 2020
    • Frank Berghaus's avatar
      Remove defunct job option from ByteStreamInputSvc · 11f6ce6a
      Frank Berghaus authored and Walter Lampl's avatar Walter Lampl committed
      The ByteStreamEventStorageInput service provided a legacy job option called FullFileName to specify bytestream input. With the move to EventSelector this option was all but removed from ByteStreamEventInputSvc. The EventSelectorByteStream provieded the input option to specify input. It captured the FullFileName option of the InputSvc. This commit removes the relevant parts of the ByteStreamEventStorageInputSvc and EventSelectorByteStream. It also attempts to move all references in other job options (unless they specify being for an older release).
      11f6ce6a
  8. May 23, 2020
  9. May 18, 2020
  10. May 11, 2020
  11. Apr 20, 2020
  12. Apr 09, 2020
  13. Apr 07, 2020
  14. Jan 20, 2020
  15. Dec 24, 2019
  16. Dec 17, 2019
  17. Nov 25, 2019
  18. Nov 19, 2019
    • John Chapman's avatar
      Fix for writing pickle files in python3 · 6388490e
      John Chapman authored
      Updated `ComponentAccumulator` configuration tests which dump the configuration
      to a pickle file. In python3 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')```
      6388490e
  19. Aug 05, 2019
  20. Jul 30, 2019
  21. Jul 24, 2019
  22. Jul 18, 2019
  23. May 23, 2019
  24. May 07, 2019
  25. Apr 03, 2019
  26. Mar 01, 2019
  27. Dec 05, 2018
  28. Nov 08, 2018
  29. Nov 01, 2018
  30. Oct 31, 2018
  31. Sep 17, 2018
  32. Jul 09, 2018
  33. Jun 19, 2018
  34. Jun 16, 2018
  35. Jun 07, 2018
Loading