Skip to content
Snippets Groups Projects
  1. May 03, 2021
  2. May 02, 2021
  3. May 01, 2021
  4. Apr 30, 2021
  5. Apr 29, 2021
  6. Apr 28, 2021
    • Tobias Triffterer's avatar
      Fix Project Logo PNG File · db0381b1
      Tobias Triffterer authored
      When the logo was loaded, e.g. as the window icon, the error
      “libpng warning: iCCP: CRC error” appeared in the output.
      
      This was solved by re-exporting the file with GIMP and instructing it to
      store the background color but not to store the color profile.
      db0381b1
    • Tobias Triffterer's avatar
      Add Version Switch for ROOT · 1521a0c2
      Tobias Triffterer authored
      The interface of RooDataHist was improved in ROOT 6.24 and the old way of
      querying the content of a bin was deprecated.
      
      Therefore, a macro is added to compile code using the new interface on a
      ROOT version ≥ 6.24 and do it the old way otherwise.
      1521a0c2
    • Tobias Triffterer's avatar
      Add ROOT::RooFit Dependency · 59ee615a
      Tobias Triffterer authored
      As we now start using RooFit, we need to link against its library...
      59ee615a
Loading