Skip to content

Clang-Tidy on packages: TrigT1NSWSimTools TrigSteering TrigDecisionTool

Adam Edward Barton requested to merge abarton/athena:moreClassTraits into master

In addition to clang-tidy reference adjustments:

  • RoiDescriptor.h is made moveable since it is used in std::vector often
  • Make Feature moveable since it is used in std::vector often
  • float32fixed is made trivally copyable/destructible since it is just a float
Edited by Adam Edward Barton

Merge request reports