Skip to content

MuonCombinedFit - Ensure that the MSOE track has always a perigee added & misc interface updates

Johannes Junggeburth requested to merge jojungge/athena:Ensure_perigee into master

Hi,

it happens occasionally that no perigee parameter is added to the muon track. In these cases, it is taken from the existing track if the parameter is present. Further the interfaces of the IMuonTrackBuilder are tided up

  • EventContext is the first argument
  • Pipe the beamspot via Amg::Vector instead of 3 floats
  • If possible pipe the Trk::TrackStates container to the methods instead of begin, end iterator
Edited by Johannes Junggeburth

Merge request reports