The source project of this merge request has been removed.
MuonCluster_OnTrackCreator -- Remove WARNING of duplicated property & reindentation
the log files from the ART tests now contain a WARNING
0:59:40 MuonSegmentMaker.MuonSegmentFinde...MuonRotCreator INFO Retrieved tool ToolMuonCluster = PrivateToolHandle('Muon::MuonClusterOnTrackCreator/MuonClusterOnTrackCreator')
20:59:40 MuonSegmentMaker.MuonSegmen...MMClusterOnTrackTool WARNING duplicated property name 'NSWCalibTool', see https://its.cern.ch/jira/browse/GAUDI-1023
20:59:40 ClassIDSvc INFO getRegistryEntries: read 633 CLIDRegistry entries for module ALL
20:59:40 MuonSegmentMaker.MuonSegmentFinder....NSWCalibTool INFO MM or STGC not part of initialized detector layout, skipping initialization
which is due to the constructor of the toolhandle and the subsequent declareProperty command. This MR removes the declareProperty
and also adjusts the code-formatitng.