Skip to content

Bugfix for invalid readhandle in DiTauRec (ATLASRECTS-5031)

Xiaozhong Huang requested to merge xiaozhon/athena:bugfix into master

If muon is not reconstructed (rec.doMuon = false), the DiTauRec will fail when trying to retrieve the MuonContainer. To fix this issue, check whether the readhandle is valid before accessing the container.

Merge request reports