Skip to content

MuFastDataPreparator: Remove duplicate property and cleanup

  • Remove duplicate RPCRecRoiSvc property that was declared both in the .cxx and .h file
  • Move all properties to new-style properties
  • Convert undeclared BooleanProperty to plain bool
  • Remove finalize() method (not necessary to call the base class)
  • Remove interface declaration code as this tool doesn't have any additional interfaces beyond AthAlgTool

Merge request reports