Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1933
CA: Parameter repository update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CA: Parameter repository update
s.zharko/cbmroot:online-ca-chainconf
into
master
Overview
1
Commits
1
Pipelines
1
Changes
2
Merged
Sergei Zharko
requested to merge
s.zharko/cbmroot:online-ca-chainconf
into
master
7 months ago
Overview
1
Commits
1
Pipelines
1
Changes
2
Expand
The merge request updates the hash of the parameters repository in support for
!200
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4b2696e9
1 commit,
7 months ago
2 files
+
7
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
algo/ca/TrackingChainConfig.h
+
6
−
4
Options
@@ -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"
),
Loading