-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increasing tracklib submodule to 1.3
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule track
updated
22 files
+13 −6 | .github/pr-badge.yml | |
+26 −0 | .github/pull_request_template.md | |
+2 −1 | CMakeLists.txt | |
+2 −0 | inc/TRestTrack.h | |
+16 −2 | inc/TRestTrackEvent.h | |
+64 −0 | inc/TRestTrackLineAnalysisProcess.h | |
+70 −0 | inc/TRestTrackLinearizationProcess.h | |
+9 −9 | inc/TRestTrackPathMinimizationProcess.h | |
+11 −12 | inc/TRestTrackReductionProcess.h | |
+81 −0 | inc/TRestTrackViewerProcess.h | |
+37 −0 | src/TRestTrack.cxx | |
+158 −17 | src/TRestTrackEvent.cxx | |
+202 −0 | src/TRestTrackLineAnalysisProcess.cxx | |
+258 −0 | src/TRestTrackLinearizationProcess.cxx | |
+260 −190 | src/TRestTrackPathMinimizationProcess.cxx | |
+48 −82 | src/TRestTrackReductionProcess.cxx | |
+126 −0 | src/TRestTrackViewerProcess.cxx | |
+56 −41 | tsp/src/allocrus.c | |
+894 −882 | tsp/src/branch.c | |
+372 −299 | tsp/src/edgelen.c | |
+75 −58 | tsp/src/edgeutil.c | |
+247 −254 | tsp/src/heldkarp.c |