Fix duplicated property name warning in JSSTaggerBase
Configuring tools inheriting from JSSTaggerBase currently leads to the following warnings
ToolSvc.MyTagger WARNING duplicated property name 'Tau21WTAName', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'Tau32WTAName', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'Tau42WTAName', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'C2Name', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'D2Name', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'e3Name', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'L2Name', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'L3Name', see https://its.cern.ch/jira/browse/GAUDI-1023
ToolSvc.MyTagger WARNING duplicated property name 'Ntrk500Name', see https://its.cern.ch/jira/browse/GAUDI-1023
because the same property name is used for the read and write decor handle.
This MR fixes this by adding some Out
suffix to the property names for the write decor handle.