From 6e91016a5bd50ad6250d40782fc1072219c7a39e Mon Sep 17 00:00:00 2001
From: "s.zharko@gsi.de" <s.zharko@gsi.de>
Date: Wed, 5 Feb 2025 20:03:41 +0100
Subject: [PATCH] online: BMON digi calibrator

---
 algo/detectors/bmon/Calibrate.cxx | 7 -------
 core/data/tof/CbmTofAddress.cxx   | 1 +
 external/InstallParameter.cmake   | 2 ++
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/algo/detectors/bmon/Calibrate.cxx b/algo/detectors/bmon/Calibrate.cxx
index d55198549..fc2a17f29 100644
--- a/algo/detectors/bmon/Calibrate.cxx
+++ b/algo/detectors/bmon/Calibrate.cxx
@@ -57,13 +57,6 @@ Calibrate::Calibrate(CalibrateSetup setup) : fSetup(setup), fSelectionBitsOffset
   }
   fChannelDeadTime = std::vector<double>(fChannelOffset.back(), std::numeric_limits<double>::quiet_NaN());
 
-  // **** DEBUG: BEGIN
-  for (size_t iO = 0; iO < fChannelOffset.size(); ++iO) {
-    L_(info) << "Channel offset: diamond=" << iO << ", offset=" << fChannelOffset[iO];
-  }
-  L_(info) << "Selection mask: 0b" << std::bitset<32>(fSetup.selectionMask);
-  L_(info) << "Bits offset: " << static_cast<uint32_t>(fSelectionBitsOffset);
-  L_(info) << "Size of the channel dead time vector: " << fChannelDeadTime.size();
   // **** DEBUG: END
 }
 
diff --git a/core/data/tof/CbmTofAddress.cxx b/core/data/tof/CbmTofAddress.cxx
index 29c157345..71554dd1a 100644
--- a/core/data/tof/CbmTofAddress.cxx
+++ b/core/data/tof/CbmTofAddress.cxx
@@ -66,3 +66,4 @@ std::string CbmTofAddress::ToString(int32_t address)
   msg << ", RpcType=" << setw(2) << CbmTofAddress::GetRpcType(address);
   return msg.str();
 }
+
diff --git a/external/InstallParameter.cmake b/external/InstallParameter.cmake
index 77e3f424d..7d02e04ad 100644
--- a/external/InstallParameter.cmake
+++ b/external/InstallParameter.cmake
@@ -1,5 +1,7 @@
 set(PARAMETER_VERSION cf6a880a56a8695b485efe358231270e9179cb82) # 2025/02/15
 set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git")
+#set(PARAMETER_VERSION 96b2189ac86b3d49c32f63da76e68f66544bba55) # 2025/05/02, BMON hitfinder parameters for online
+#set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/s.zharko/cbmroot_parameter.git")
 
 download_project_if_needed(PROJECT         Parameter_source
                            GIT_REPOSITORY  ${PARAMETER_SRC_URL}
-- 
GitLab