Skip to content
Snippets Groups Projects
  1. Nov 11, 2020
  2. Nov 10, 2020
    • scott snyder's avatar
      RootUtils: cmake fix for clang compilation · d74a04c6
      scott snyder authored
      Only the RootUtilsPyROOT library should depend on the pyroot libraries
      (ROOTTPython and cppyy).  In particular, the RootUtils library should not
      depend on these libraries.
      
      Things were failing in the clang build because RootUtils was linking
      against cppyy but _not_ against python, so things downstream were failing
      to find python symbols.
      
      (In principle this is wrong for the gcc build as well; not entirely
      sure why it was working there.)
      
      d74a04c6
    • scott snyder's avatar
      RecExCommon: Define TriggerFlags. · 56adf0b3
      scott snyder authored
      Missing import of TriggerFlags.
      56adf0b3
    • scott snyder's avatar
      MM_Digitization: Fix clang warning. · fd6588a4
      scott snyder authored
      One-billionth is spelled 1e-9, not 10^-9.  The latter is -3.
      fd6588a4
Loading