Skip to content
Snippets Groups Projects

WIP:Multiparameters for GSF and other multifitters

Closed Jin Zhang requested to merge multiparameters_fix into master

The Gsf need a MultiTrackParameter class to deal with the parameters of different components, like to calculate distance, to merge component using the parameter information of each component

alike with the SingleTrackParameter , The structure would be multitrackparset

Now the idea is in the MultiTrackParameter, it contains a map like < pair<weight,TrackParamterBase*>, id , std::greater > , the pair can sort with the weight of component , id is to reserve the serial number in the multi-component list so that can kill the component with id.

Let's discuss if there is some better solutions of the inner data structure

Edited by Jin Zhang

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading