Skip to content
Snippets Groups Projects
Commit 6e91016a authored by Sergei Zharko's avatar Sergei Zharko
Browse files

online: BMON digi calibrator

parent d6857fe5
No related branches found
No related tags found
1 merge request!2000Lambda-selector in cbmreco (first iteration)
......@@ -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
}
......
......@@ -66,3 +66,4 @@ std::string CbmTofAddress::ToString(int32_t address)
msg << ", RpcType=" << setw(2) << CbmTofAddress::GetRpcType(address);
return msg.str();
}
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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment