Skip to content
Snippets Groups Projects
  1. Jul 15, 2020
  2. Jul 10, 2020
  3. Jul 09, 2020
  4. Jul 07, 2020
  5. Jul 02, 2020
  6. Jun 29, 2020
  7. Jun 27, 2020
  8. Jun 25, 2020
  9. Jun 23, 2020
  10. Jun 19, 2020
  11. Jun 18, 2020
  12. Jun 17, 2020
  13. Jun 16, 2020
  14. Jun 15, 2020
  15. Jun 11, 2020
  16. Jun 10, 2020
  17. Jun 09, 2020
  18. Jun 06, 2020
    • scott snyder's avatar
      CaloClusterCorrection: Switch cluster corrections to ToolWithConstants. · e552cc81
      scott snyder authored
      Switch the cluster correction classes from ToolWithConstantsMixin
      to ToolWithConstants.
      
      The metatool (CaloRunClusterCorrections) does not yet work with the new
      class, so it has been disabled.   This implies that one cannot configure
      the list of corrections from only a cool tag.  In many cases, though,
      the cool tag had already been replaced by a static version.
      For now, adjust the configuration so that we always use a static
      configuration, rather than the tag.  This should be revisited later.
      
      The configuration scripts also need some further cleanup, to be done
      in a future change.
      e552cc81
  19. Jun 04, 2020
  20. Jun 03, 2020
    • scott snyder's avatar
      CaloUtils: Add fast no-context retrieval in ToolWithConstants. · 12f29a6f
      scott snyder authored
      The generic way to retrieve a constant in ToolWithConstants is to call
      operator() on it, passing in a Context object.  Added another operator()
      which does not take arguments.  This can be used only if the constant
      has been initialized from job options.  (The intended use case is for
      the L2 trigger.)
      12f29a6f
  21. Jun 02, 2020
  22. Jun 01, 2020
  23. May 31, 2020
Loading