ATLASRECTS-4864: Fix soft muon b-tagging in pflow jets
There were a few problems with the soft muon tagger in pflow jets:
- the output was being saved as
smt_p[bcu]
rather thansoftMuon_p[bcu]
- DL1rmu was expecting the outputs to be of type
float
but they are actuallydouble
I fixed both of these here. Things should run ok now.