Skip to content

MuonTrackSterring - Initial clean-up

Johannes Junggeburth requested to merge (removed):ATLASRECTS-6306 into master

Hi,

the MR is preparatory to remove the mutable data members of the MuonTrackSterring and also to clean up the package in general. The main change introduces here is the split of the Primitive classes MuPatHit, MuPatCandidateBase, and MuPatSegment into a separate package. I decided to do so as these data structures are piped through the tools and the package is missing a proper interface for almost all tools. If interface classes will be added they must depend on these data structures.

Edited by Johannes Junggeburth

Merge request reports