Skip to content
Snippets Groups Projects
Commit 6aba3cbc authored by Sergei Zharko's avatar Sergei Zharko Committed by Pierre-Alain Loizeau
Browse files

Hash update for cbmroot_parameters merge request 166

parent b3b722cf
No related branches found
No related tags found
1 merge request!1750online/CA: adding yaml-configuration into the online tracking chain; updating hash for the cbmroot_parameters repository
......@@ -19,7 +19,8 @@ namespace cbm::algo
/// \struct TrackingChainConfig
/// \brief Configuration reader for the TrackingChain class
struct TrackingChainConfig {
std::string fsGeomConfig; ///< Tracking geometry file name (TMP: includes all other settings, but the settings are rewritten)
std::string
fsGeomConfig; ///< Tracking geometry file name (TMP: includes all other settings, but the settings are rewritten)
std::string fsMainConfig; ///< Main configuration file (rel path in online parameters directory)
std::string fsUserConfig; ///< User configuration file (full path)
std::string fsMoniOutName; ///< Monitor output file name
......
......@@ -109,7 +109,6 @@ void ConfigReader::Read()
}
// Init parameters, independnent from the tracking iteration
if (fVerbose >= 1) {
......
......@@ -332,6 +332,6 @@ namespace cbm::algo::ca
std::string fConfigOutputName = ""; ///< name for the output configuration file
bool fbConfigIsRead = false; ///< Flag, if configuration file was read
bool fbGeometryConfigLock = false; ///< Lock geometry initialization
bool fbGeometryConfigLock = false; ///< Lock geometry initialization
};
} // namespace cbm::algo::ca
set(PARAMETER_VERSION 6dabcea417090e1b7702b55f91fd2e2527801a37) # 2024-03-27
set(PARAMETER_VERSION 58d91d255316c9fadf88aeccf8d74e7f8656c0f1) # 2024-04-05
set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git")
......
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