37 static std::vector<eflowRecCluster*>
uniqCluster(
const std::vector<eflowRecTrack*>& trackForNextLoop,
const std::vector<eflowRecCluster*>& clusterList);
38 static std::vector<eflowRecTrack*>
uniqTrack(
const std::vector<eflowRecCluster*>& clusterForNextLoop,
const std::vector<eflowRecTrack*>& trackList);
39 static void updateTracksToConsider(std::vector<eflowRecTrack*>& total,
const std::vector<eflowRecTrack*>& part);