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

parameters repository update (KF setups for online)

parent fa1f22d3
No related branches found
No related tags found
1 merge request!1933CA: Parameter repository update
Pipeline #31282 passed
......@@ -21,13 +21,15 @@ namespace cbm::algo
struct TrackingChainConfig {
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
bool fbStoreMonitor; ///< Stores monitor snapshot
std::string fsSetupFilename; ///< Geometry setup input file
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
bool fbStoreMonitor; ///< Stores monitor snapshot
CBM_YAML_PROPERTIES(
yaml::Property(&TrackingChainConfig::fsGeomConfig, "GeomConfigName", "CA geometry input"),
yaml::Property(&TrackingChainConfig::fsSetupFilename, "SetupFilename", "CA geometry setup"),
yaml::Property(&TrackingChainConfig::fsMainConfig, "MainConfigName", "Main cofniguration"),
yaml::Property(&TrackingChainConfig::fsUserConfig, "UserConfigName", "User cofniguration"),
yaml::Property(&TrackingChainConfig::fsMoniOutName, "MoniOutName", "Monitor output"),
......
set(PARAMETER_VERSION adc13a30961db2dc5bb577c3efd09a0a572c7b4b) # 2024-07-22
set(PARAMETER_VERSION c93e4fd3c4c0aeb443116545d824be6db343bfcd) # 2024-09-24
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