Adapted more algorithms to the replacement of KeyContainer <Track> by std::vector<Track>
Namely : - TrackAddLikelihood - TrackBestTrackCreator - TrackBuildCloneTable - TrackEraseExtraInfo This allows some tests that are failing in the TDR branch to go further. However, they now fail with a segfault in LinkerWithKey called by TrackBuildCloneTable. This is due to the fact that we have broken the linking (+ lack of checking when dereferencing...). A know issue
Showing
- Tr/TrackUtils/src/TrackAddLikelihood.cpp 3 additions, 3 deletionsTr/TrackUtils/src/TrackAddLikelihood.cpp
- Tr/TrackUtils/src/TrackAddLikelihood.h 3 additions, 2 deletionsTr/TrackUtils/src/TrackAddLikelihood.h
- Tr/TrackUtils/src/TrackBestTrackCreator.cpp 3 additions, 3 deletionsTr/TrackUtils/src/TrackBestTrackCreator.cpp
- Tr/TrackUtils/src/TrackBestTrackCreator.h 2 additions, 2 deletionsTr/TrackUtils/src/TrackBestTrackCreator.h
- Tr/TrackUtils/src/TrackBuildCloneTable.cpp 8 additions, 11 deletionsTr/TrackUtils/src/TrackBuildCloneTable.cpp
- Tr/TrackUtils/src/TrackEraseExtraInfo.cpp 7 additions, 9 deletionsTr/TrackUtils/src/TrackEraseExtraInfo.cpp
Loading
Please register or sign in to comment