Skip to content
Snippets Groups Projects
  1. Sep 16, 2017
  2. Sep 15, 2017
  3. Sep 14, 2017
  4. Sep 13, 2017
  5. Sep 12, 2017
  6. Sep 11, 2017
  7. Sep 10, 2017
  8. Sep 08, 2017
  9. Sep 07, 2017
  10. Sep 06, 2017
  11. Sep 05, 2017
  12. Sep 04, 2017
  13. Sep 03, 2017
  14. Sep 02, 2017
  15. Sep 01, 2017
    • Scott Snyder's avatar
      TrigT1CaloTools: Fix clang warnings. · b706ed02
      Scott Snyder authored
      Fix operator precedence issue.  Should not actually change results.
      
      
      
      Former-commit-id: d973debb
      b706ed02
    • Scott Snyder's avatar
      L1TopoEvent: Fix clang warnings. · 899b55a1
      Scott Snyder authored
      Classes with virtual methods should have virtual destructors.
      
      
      Former-commit-id: cf5fe350
      899b55a1
    • Scott Snyder's avatar
      ViewAlgsTest: const fixes. · 6cf79181
      Scott Snyder authored
      A long-standing bug in DataVector has allowed getting non-const pointers
      from a const_iterator.  This package was relying on this to compile.
      Fix by using ConstDataVector.  Also, one should generally not have an
      aux store for a view container; fix that too.
      
      
      
      Former-commit-id: 0c57cf2c
      6cf79181
    • Shota Hayashida's avatar
      Update MuFastSteering.cxx · 73013c19
      Shota Hayashida authored
      I added and changed as below.
      changed 352:INFO->DEBUG
      changed 360:DEBUG->ERROR
      changed 363:INFO->DEBUG
      changed 378:DEBUG->ERROR
      changed 381:INFO->DEBUG
      changed 384:INFO->DEBUG
      added 433:ATH_MSG_DEBUG("hltExecute called");
      changed 457:INFO->DEBUG
      
      Former-commit-id: 165b85ea
      73013c19
Loading