Skip to content
Snippets Groups Projects
  1. Apr 12, 2024
  2. Mar 28, 2024
  3. Mar 27, 2024
  4. Mar 25, 2024
  5. Mar 24, 2024
  6. Mar 20, 2024
  7. Mar 19, 2024
  8. Mar 18, 2024
  9. Mar 15, 2024
  10. 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
  11. Mar 07, 2024
  12. Mar 06, 2024
  13. Mar 04, 2024
  14. Feb 29, 2024
  15. Feb 24, 2024
  16. Feb 18, 2024
  17. Feb 14, 2024
  18. Feb 09, 2024
  19. Feb 08, 2024
  20. Feb 02, 2024
  21. Jan 26, 2024
  22. Jan 18, 2024
  23. Jan 12, 2024
  24. Jan 10, 2024
  25. 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
  26. Dec 19, 2023
  27. Dec 15, 2023
  28. Dec 14, 2023
  29. Nov 21, 2023
  30. Nov 20, 2023
Loading