Skip to content

WIP: Code cleanup of DenseEnvironmentsAmbiguityProcessorTool (ATLASRECTS-3038)

Code cleanup of DenseEnvironmentsAmbiguityProcessorTool

Preparation for https://its.cern.ch/jira/browse/ATLASRECTS-3038

  • Sort includes.
  • Replace tabs by spaces.
  • Change indentation.
  • Use default destructor.
  • Add override to inherit methods.
  • Use extends.
  • Move initialization to the header file.
  • Unify if-else style.
  • Use nullptr.
  • Unify declaration to T* t and T& t.
  • Use static_cast.
  • Use range based for loops.

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports