diff --git a/algo/ca/core/data/CaGrid.cxx b/algo/ca/core/data/CaGrid.cxx index f41d2853f3a90c9fda0c6b687f725bd7d0bbfa10..cf6dc5e6b1fbca0b58837bb4ba49cec9b3d35bcd 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 4d3996da3efaef0f25b365b7e3273f9ad7b8615b..4bdf43f9e60f21534d6d14f74703eb59f9f11ca4 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 a36c206cdeae18f2c3fc6d1aacc1233af1485d6e..2f6c2a0e34d5ce3af044da3ee5b69b8d70517b7e 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 41bb434f8386080fa99ece366931aeaba2814795..fc34c42f17b6ced732f6f61b2c7de1f95f72399c 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 9d716e6da66bb2294a2515fdde728a469ca369fc..d44ece298fbb124fcd89009d22295dac1d3fa88a 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 8fc949deac2906c0e553663646958e76b81f37aa..34d97769df16b3175a74ee4d30b616d531d91094 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