From fad092a2acef1f651f8fc216010948432931c100 Mon Sep 17 00:00:00 2001 From: "s.zharko@gsi.de" <s.zharko@gsi.de> Date: Mon, 18 Nov 2024 15:41:56 +0100 Subject: [PATCH] Parameter repository hash update (in support of !206 to the cbmroot_parameter repository) --- algo/ca/core/data/CaGrid.cxx | 2 +- algo/ca/core/pars/CaInitManager.cxx | 2 +- algo/ca/core/tracking/CaCloneMerger.cxx | 2 +- algo/ca/core/tracking/CaTrackFinder.cxx | 2 +- algo/ca/core/tracking/CaTrackFitter.cxx | 2 +- external/InstallParameter.cmake | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/algo/ca/core/data/CaGrid.cxx b/algo/ca/core/data/CaGrid.cxx index f41d2853f3..cf6dc5e6b1 100644 --- a/algo/ca/core/data/CaGrid.cxx +++ b/algo/ca/core/data/CaGrid.cxx @@ -122,4 +122,4 @@ namespace cbm::algo::ca fNofBinEntries[fN] = 0; fEntries.shrink(nEntries); } -} // namespace cbm::algo::ca \ No newline at end of file +} // namespace cbm::algo::ca diff --git a/algo/ca/core/pars/CaInitManager.cxx b/algo/ca/core/pars/CaInitManager.cxx index 4d3996da3e..4bdf43f9e6 100644 --- a/algo/ca/core/pars/CaInitManager.cxx +++ b/algo/ca/core/pars/CaInitManager.cxx @@ -559,4 +559,4 @@ namespace cbm::algo::ca fParameters.fNstationsActiveTotal = -1; fInitController.SetFlag(EInitKey::kStationLayoutInitialized, false); } -} // namespace cbm::algo::ca \ No newline at end of file +} // namespace cbm::algo::ca diff --git a/algo/ca/core/tracking/CaCloneMerger.cxx b/algo/ca/core/tracking/CaCloneMerger.cxx index a36c206cde..2f6c2a0e34 100644 --- a/algo/ca/core/tracking/CaCloneMerger.cxx +++ b/algo/ca/core/tracking/CaCloneMerger.cxx @@ -379,4 +379,4 @@ namespace cbm::algo::ca K[4][3] = C[10] * V[6] + C[11] * V[7] + C[12] * V[8] + C[13] * V[9] + C[14] * V[13]; K[4][4] = C[10] * V[10] + C[11] * V[11] + C[12] * V[12] + C[13] * V[13] + C[14] * V[14]; } -} // namespace cbm::algo::ca \ No newline at end of file +} // namespace cbm::algo::ca diff --git a/algo/ca/core/tracking/CaTrackFinder.cxx b/algo/ca/core/tracking/CaTrackFinder.cxx index 41bb434f83..fc34c42f17 100644 --- a/algo/ca/core/tracking/CaTrackFinder.cxx +++ b/algo/ca/core/tracking/CaTrackFinder.cxx @@ -561,4 +561,4 @@ namespace cbm::algo::ca // << "hits processed: " << statNhitsProcessed << ", " // << "hits used: " << hitIndices.size() << ')'; } -} // namespace cbm::algo::ca \ No newline at end of file +} // namespace cbm::algo::ca diff --git a/algo/ca/core/tracking/CaTrackFitter.cxx b/algo/ca/core/tracking/CaTrackFitter.cxx index 9d716e6da6..d44ece298f 100644 --- a/algo/ca/core/tracking/CaTrackFitter.cxx +++ b/algo/ca/core/tracking/CaTrackFitter.cxx @@ -393,4 +393,4 @@ namespace cbm::algo::ca } // iter } } -} // namespace cbm::algo::ca \ No newline at end of file +} // namespace cbm::algo::ca diff --git a/external/InstallParameter.cmake b/external/InstallParameter.cmake index 8fc949deac..34d97769df 100644 --- a/external/InstallParameter.cmake +++ b/external/InstallParameter.cmake @@ -1,4 +1,4 @@ -set(PARAMETER_VERSION 3feecf231ac41117c0e0eb364ae5b929de666096) # 2024-11-27 +set(PARAMETER_VERSION d411d00034750adad96548c53ac3fda4fd2fecac) # 2024-11-28 set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git") download_project_if_needed(PROJECT Parameter_source -- GitLab