Skip to content

Code cleanup of (I)TrackParticleCreatorTool (ATLASRECTS-3038)

Susumu Oda requested to merge oda/athena:master-ITrackParticleCreatorTool into master

Code cleanup of (I)TrackParticleCreatorTool

  • Make method const
  • Use DeclareInterface
  • Use extends
  • Use default destructor
  • Change file mode to 644
  • Change indentation
  • Replace tabs by spaces
  • Use range based for loop
  • Add space after if and for
  • Original TrackSummary is copied if TrackSummaryTool is not found and TrackSummary is available.
  • Remove ForceTrackSummaryUpdate = False because it is the default value.

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports