Skip to content
Snippets Groups Projects
  1. Mar 27, 2023
  2. Mar 26, 2023
    • Giovanna Lazzari Miotto's avatar
      [ntuple,daos] Cast variable to preclude warning in 32-bit · 4f4bf99f
      Giovanna Lazzari Miotto authored
      Replace a variable's type from `size_t` to `uint64_t`
      to avoid warnings on 32-bit platforms.
      
      The variable is the output of a hashing function and
      undergoes shifting by 32 bits as the seeding step of
      a hash combination between the two-halves of a
      64-bit value.
      
      The change has no functional impact.
      4f4bf99f
  3. Mar 25, 2023
  4. Mar 24, 2023
  5. Mar 23, 2023
  6. Mar 22, 2023
  7. Mar 21, 2023
    • Jonas Rembser's avatar
      [RF] Enable passing of gradient function directly to RooMinimizer · f230374e
      Jonas Rembser authored
      After my previous work on the RooFit minimizer interfaces, it is
      relatively easy to allow passing a custom gradient function to the
      RooMinimizer constructor.
      
      The interface might still evolve in the future, but this commit is still
      a milestone because now we can get actual `RooFitResult` objects that
      were obtained minimizing a RooFuncWrapper that wraps both the likelihood
      and the gradient code.
      
      Some helper functionality that was originally in the new RooFuncWrapper
      class but that is not needed anymore with the new minimizer interface
      was removed.
      f230374e
    • Axel Naumann's avatar
      [ci] Revert Fedora37 to default-c++ standard: · 85177f4f
      Axel Naumann authored
      C++20 is currently still known broken.
      85177f4f
Loading