Skip to content
Snippets Groups Projects
  1. Aug 11, 2021
  2. May 03, 2021
  3. May 01, 2021
  4. Apr 30, 2021
  5. Apr 29, 2021
  6. Apr 28, 2021
    • Tobias Triffterer's avatar
      Add Version Switch for ROOT · 498bc4df
      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.
      498bc4df
    • Tobias Triffterer's avatar
      Add ROOT::RooFit Dependency · 6b13d267
      Tobias Triffterer authored
      As we now start using RooFit, we need to link against its library...
      6b13d267
  7. Apr 26, 2021
  8. Apr 25, 2021
    • Tobias Triffterer's avatar
      Add Parser for setTargetState Command · 5fcd8a3c
      Tobias Triffterer authored
      This new method does the usual input validation. As only three values
      are allowed for the only parameter “newstate”, they are explicitly
      checked, because “never trust your clients”...
      5fcd8a3c
  9. Apr 24, 2021
  10. Apr 23, 2021
  11. Apr 22, 2021
    • Tobias Triffterer's avatar
      Fix Path for ROOT Includes · d7557d16
      Tobias Triffterer authored
      Under the Filesystem Hierarchy Standard, the includes should go to
      <prefix>/include, not <prefix>/share/include...
      d7557d16
    • Tobias Triffterer's avatar
      Also Install ROOT Headers · ae33d9bc
      Tobias Triffterer authored
      Normally, one would expect headers in a development package, but if the
      header files are not available in the environment where ROOT is run,
      Cling will throw error messages.
      
      This even happens when the version of ROOT is printed in int main() of
      the server or the client.
      
      Therefore, we also install the header files. Their directory should/must
      be put in the environment variable ROOT_INCLUDE_PATH.
      ae33d9bc
    • Tobias Triffterer's avatar
      Install ROOT Files with CMake · 3794b20f
      Tobias Triffterer authored
      When “make install” is called for the main project, some files from ROOT
      (binaries, libraries, config files, .rootmap files, etc.) are copied to
      the installation prefix given to CMake.
      3794b20f
    • Tobias Triffterer's avatar
      Fix Building ROOT · a236540e
      Tobias Triffterer authored
      The check if the compilation results from ROOT exist run during cmake
      and not make, so in a fresh build directory it will always fail.
      
      This removes these unfulfillable checks and creates the required
      directories so the targets can be created.
      a236540e
  12. Apr 21, 2021
  13. Apr 20, 2021
Loading