Skip to content
Snippets Groups Projects
  1. Mar 15, 2024
  2. Mar 07, 2024
  3. Mar 06, 2024
  4. Mar 04, 2024
  5. Feb 29, 2024
  6. Feb 24, 2024
  7. Feb 18, 2024
  8. Feb 14, 2024
  9. Feb 09, 2024
  10. Feb 08, 2024
  11. Feb 02, 2024
  12. Jan 26, 2024
  13. Jan 18, 2024
  14. Jan 12, 2024
  15. Jan 10, 2024
  16. Dec 21, 2023
    • Joseph Earl Lambert's avatar
      Replace ConfigFactory used in block config with backend for text config so both are consistent. · 5b0e0364
      Joseph Earl Lambert authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Default blocks are added by default. PRW parameters are obtained from ConfigAccumulator.
      
      Add autoconfigFlags as an attribute to the ConfigAccumulator so information can be
      obtained in other blocks.
      
      Update the PileupReweighting block so that campaign, input files, and useDefaultConfig
      can be obtained from autoconfigFlags. The wrapper function that handeled this before has
      been removed.
      
      addDefaultAlgs function is now part of the ConfigFactory class and is called
      automatically when initializing an object instance. Default parameters are now
      obtained from ConfigAccumulator except for noSystematics flag so that this can
      be changed from the command line if not specified directly.
      5b0e0364
    • Baptiste Ravina's avatar
      CPAlgorithms: improve the IFFLeptonDecorationBlock · 6c75eaba
      Baptiste Ravina authored and Frank Winklmeier's avatar Frank Winklmeier committed
      CPAlgorithms: improve the IFFLeptonDecorationBlock
      6c75eaba
  17. Dec 19, 2023
  18. Dec 15, 2023
  19. Dec 14, 2023
  20. Nov 21, 2023
  21. Nov 20, 2023
  22. Nov 13, 2023
    • Nils Erik Krumnack's avatar
      introduce an option for enabling/disabling output branches · 4dd8d3f0
      Nils Erik Krumnack authored
      A fairly long-standing feature request that allows to enable and disable
      individual branches in the output n-tuple.  As a bit of a silly example
      of how this can work:
      ```
      configSeq.setOptionValue ('.commands', ['disable jet_ftag.*', 'enable jet_ftag_legacy_.*'])
      ```
      
      The basic idea is that every branch gets/has a flag indicating whether
      it is enabled in the output or not.  This allows to disable a big chunk
      of them and then re-enable a subset, but it also allows to add some
      expert-level branches that are disabled by default.
      4dd8d3f0
  23. Nov 10, 2023
    • Nils Erik Krumnack's avatar
      add a first version of nominal-only overlap removal · c8fae150
      Nils Erik Krumnack authored
      The way this works it (should) turn off all but the nominal for the main overlap removal algorithm, and then schedules extra algorithms to copy over the decision from the nominal to all shallow copies, so that it can be used for preselections in other algorithms (if desired).
      
      I did test that it runs and defined some test cases, but I didn't test at all that it does anything meaningful or correct.  I leave that to physics validation.
      c8fae150
  24. Nov 02, 2023
  25. Nov 01, 2023
  26. Oct 31, 2023
  27. Oct 25, 2023
  28. Oct 22, 2023
  29. Oct 20, 2023
  30. Oct 17, 2023
  31. Oct 16, 2023
  32. Oct 13, 2023
  33. Oct 11, 2023
Loading