Skip to content
Snippets Groups Projects
  1. Jan 13, 2022
  2. Jan 12, 2022
  3. Nov 26, 2021
  4. Nov 23, 2021
  5. Nov 13, 2021
  6. Nov 11, 2021
  7. Nov 08, 2021
  8. Nov 04, 2021
  9. Oct 07, 2021
  10. Oct 03, 2021
  11. Oct 01, 2021
  12. Sep 29, 2021
  13. Sep 28, 2021
  14. Sep 24, 2021
  15. Sep 22, 2021
  16. Sep 13, 2021
  17. Sep 07, 2021
  18. Sep 01, 2021
  19. Aug 16, 2021
  20. Aug 11, 2021
  21. Jun 03, 2021
  22. May 28, 2021
  23. May 27, 2021
  24. Apr 15, 2021
  25. Apr 13, 2021
  26. Feb 05, 2021
  27. Jan 28, 2021
  28. Nov 16, 2020
  29. Sep 04, 2020
  30. May 13, 2020
  31. May 06, 2020
  32. Mar 03, 2020
  33. Feb 21, 2020
  34. Dec 18, 2019
    • scott snyder's avatar
      TriggerMenuMT: python3 fixes · e7465bba
      scott snyder authored
       - cmp
       - no destructuring for lambda arguments
       - xrange -> range
       - Fix relative imports.
       - generators -> list
       - iteritems
       - fix use of filter on strings
       - can't use -1 for level in __import__
       - duplicate enum value
       - except statment syntax.
       - func_name
       - izip
       - integer literals starting with 0
       - exec can't set local variables
       - sorting
       - integer vs float division
      e7465bba
  35. Aug 29, 2019
    • Joerg Stelzer's avatar
      Generation of L1 menu for run 3 (Part I) · 24c64be4
      Joerg Stelzer authored
      First version (fairly complete) to generate the Run 3 L1 Menu. Main
      points:
      * The L1Menu and L1TopoMenu have been merged
      * There are three directories:
        - L1/Menu for the menu definition
        - L1/Config for the threshold and item definition and cabling layout, and
        - L1/Base for classes to hold the menu in place
      
      Start assembling an MC_pp_v8 menu. The menu remains split into 2 files,
      a file Menu_x that defines the items, and a file Menu_x_inputs, which
      defines the configuration of the topo boards, muctpi and ctpin. A third
      Menu file exists for the legacy inputs.
      24c64be4
    • Joerg Stelzer's avatar
      Generation of L1 menu for run 3 (Part I) · 32cc8fde
      Joerg Stelzer authored
      First version (fairly complete) to generate the Run 3 L1 Menu. Main
      points:
      * The L1Menu and L1TopoMenu have been merged
      * There are three directories:
        - L1/Menu for the menu definition
        - L1/Config for the threshold and item definition and cabling layout, and
        - L1/Base for classes to hold the menu in place
      
      Start assembling an MC_pp_v8 menu. The menu remains split into 2 files,
      a file Menu_x that defines the items, and a file Menu_x_inputs, which
      defines the configuration of the topo boards, muctpi and ctpin. A third
      Menu file exists for the legacy inputs.
      32cc8fde
Loading