Skip to content
Snippets Groups Projects
  1. Jan 20, 2019
  2. Jan 19, 2019
    • Scott Snyder's avatar
      egammaEvent: Fix gcc9 warnings. · f89e97cc
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      f89e97cc
    • Scott Snyder's avatar
      PanTauEvent: Fix gcc9 warnings. · f9a79f64
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      f9a79f64
    • scott snyder's avatar
      FastCaloSimHit: Give an error if FastHitConvertTool is used in a MT job. · 3171c823
      scott snyder authored
      This is in preparation for making ICaloCellMakerTool::process const,
      for use in MT.  This particular tool hasn't been converted to work
      reentrantly, so give an error if someone attempts to do that.
      3171c823
    • scott snyder's avatar
      TrigCostRootAnalysis: Fix clang warnings. · e57d34a5
      scott snyder authored
      clang warnings:
        - Unused variables and private class members.
        - Don't use arbitrary strings in the format field of printf-like functions.
      e57d34a5
  3. Jan 18, 2019
Loading