Skip to content

ATLASRECTS-4864: Fix soft muon b-tagging in pflow jets

Dan Guest requested to merge dguest/athena:fix-smt into 21.2

There were a few problems with the soft muon tagger in pflow jets:

  • the output was being saved as smt_p[bcu] rather than softMuon_p[bcu]
  • DL1rmu was expecting the outputs to be of type float but they are actually double

I fixed both of these here. Things should run ok now.

Merge request reports