Fix circular dependency in BoostedJetTaggers
Some decorations were both assigned a ReadDecorHandle and a WriteDecorHandle in some BoostedJetTaggers algorithms, triggering some circular dependency warning. Fixing those by only defining a WriteDecorHandle and using a ConstAccessor within the algorithms.