Skip to content

Class trait optimization

Adam Edward Barton requested to merge abarton/athena:traittweaks into master
  • DetStatus and RegSelRoI can be made trivially destructible
  • CaloBadChannel can be made trivially copyable
  • CaloLocalHadCoeff has complex classes used in std::vector that can benefit from being moveable

Merge request reports