Skip to content

Fix for ATLASRECTS-5343

William Axel Leight requested to merge wleight/athena:ATLASRECTS-5343 into master

The CaloMuonLikelihoodTool should use ParticleCaloExtensionTool to extrapolate to the calo instead of the TrackEnergyInCaloTool. This gives consistency with other tools (isolation, the MuonCreatorTool, etc.). Additionally the ParticleCaloExtensionTool is written in a muon-friendly manner, making it a superior option. The interface is modified to take a pointer to a TrackParticle, to take advantage of the ParticleCaloExtensionTool's capabilities.

Closes ATLASRECTS-5343

Merge request reports