Skip to content
Snippets Groups Projects
  1. May 27, 2024
  2. May 15, 2024
  3. May 08, 2024
  4. May 07, 2024
    • Nils Erik Krumnack's avatar
      add an option to add the NOSYS suffix to branches without systematics · 747f8ccd
      Nils Erik Krumnack authored and Johannes Elmsheuser's avatar Johannes Elmsheuser committed
      add an option to add the NOSYS suffix to branches without systematics
      
      This makes the n-tuple branches more consistent, and makes it very easy
      to determine the list of branches for nominal.
      
      It also means that if we add (or drop) systematics from a branch, the
      names of the branches in nominal will not change.  That doesn't happen
      all that often, but could still be helpful.
      
      Leaving this disabled by default because it (obviously) changes the
      n-tuple content.  Also we haven't yet decided whether this is even a
      good idea, but it ought to be a good enough idea to allow users to at
      least play with it.
      747f8ccd
  5. May 02, 2024
  6. Apr 29, 2024
  7. Apr 16, 2024
    • Joseph Earl Lambert's avatar
      CPAlgs: everything is an option, improve prinouts, add info string · cbd69364
      Joseph Earl Lambert authored and Adam Edward Barton's avatar Adam Edward Barton committed
      CPAlgs: everything is an option, improve prinouts, add info string
      
      Added logging to config seq, block, factory, text.
      
      Added info string for the majority of the block options.
      
      Made all __init__ args options for the block. The init args are
      still there but they are no longer required when initializing the block
      so that the changes are backwards compatible.
      
      Improved print outs in config seq, block, factory, text.
      
      ConfigFactory(Text).printAlgs will now print all information about
      the block that is avaiable (info string, default, type, required,
      and noneAction). This can be used as documentation for the different
      blocks.
      cbd69364
  8. Apr 12, 2024
  9. Mar 28, 2024
  10. Mar 27, 2024
  11. Mar 25, 2024
  12. Mar 24, 2024
  13. Mar 20, 2024
  14. Mar 19, 2024
  15. Mar 18, 2024
  16. Mar 15, 2024
  17. 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
  18. Mar 07, 2024
  19. Mar 06, 2024
  20. Mar 04, 2024
  21. Feb 29, 2024
  22. Feb 24, 2024
  23. Feb 20, 2024
Loading