Skip to content
Snippets Groups Projects
  1. Feb 29, 2024
  2. Feb 24, 2024
  3. Feb 18, 2024
  4. Feb 14, 2024
  5. Feb 09, 2024
  6. Feb 08, 2024
  7. Feb 02, 2024
  8. Jan 26, 2024
  9. Jan 18, 2024
  10. Jan 12, 2024
  11. Jan 10, 2024
  12. 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
  13. Dec 19, 2023
  14. Dec 15, 2023
  15. Dec 14, 2023
  16. Nov 21, 2023
  17. Nov 20, 2023
  18. 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
  19. 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
  20. Nov 02, 2023
  21. Nov 01, 2023
  22. Oct 31, 2023
  23. Oct 25, 2023
  24. Oct 22, 2023
  25. Oct 20, 2023
  26. Oct 17, 2023
  27. Oct 16, 2023
  28. Oct 13, 2023
  29. Oct 11, 2023
  30. Sep 26, 2023
  31. Sep 19, 2023
  32. Sep 08, 2023
  33. Sep 06, 2023
    • Nils Krumnack's avatar
      CP Algorithms: object cut flow overhaul · 8195ca1f
      Nils Krumnack authored
      The primary thing this does is to introduce a SelectionNameSvc that
      tracks the name of all the selection bits as reported by the various
      selection tools, allowing to give much better labels for the
      individual bins in the selection.  In addition this means I no longer
      need to track the bits for each selection mask, as they get
      automatically tracked.
      
      I also added a configuration block for the cut flows (there wasn't one
      yet), that allows to neatly add the cut flows when added.
      
      The one breaking change is that this now requires a SelectionNameSvc
      to get created.  I hope this doesn't cause too many issues.  In order
      to minimize the effect of such changes in the future I introduced a
      CommonServicesBlock (and corresponding sequence), to which I can add
      more services as needed.
      8195ca1f
Loading