Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
  2. Mar 20, 2024
  3. Mar 19, 2024
  4. Mar 18, 2024
  5. Mar 15, 2024
  6. Mar 14, 2024
    • Joseph Earl Lambert's avatar
      ConfigBlock: change groupName, noneAction and duplicateAction · 050689b9
      Joseph Earl Lambert authored and Walter Lampl's avatar Walter Lampl committed
      ConfigBlock: remove groupName, change noneAction, and duplicateAction
      
      The groupName variable was changed to blockName and set from a
      set/get function.
      
      Add instanceName to identify specific instances when there is a
      desire to set the value of an option in an arbitrary location and
      there is more than one instance of a block.
      
      Removed code to potentially throw an error if an option was
      set more than once.
      
      Instead of haing the user say "I am setting this option to None
      and it is okay," the noneAction variable can be set when adding
      an option. If the author of a class determines that an option
      can be set to None, then they can set this for that option.
      050689b9
  7. Mar 07, 2024
  8. Mar 06, 2024
  9. Mar 04, 2024
  10. Feb 29, 2024
  11. Feb 24, 2024
  12. Feb 18, 2024
  13. Feb 14, 2024
  14. Feb 09, 2024
  15. Feb 08, 2024
  16. Feb 02, 2024
  17. Jan 26, 2024
  18. Jan 18, 2024
  19. Jan 12, 2024
  20. Jan 10, 2024
  21. 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
  22. Dec 19, 2023
  23. Dec 15, 2023
  24. Dec 14, 2023
  25. Nov 21, 2023
  26. Nov 20, 2023
  27. 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
  28. 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
  29. Nov 02, 2023
  30. Nov 01, 2023
  31. Oct 31, 2023
Loading