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
Commits
4b2696e9
Commit
4b2696e9
authored
5 months ago
by
Sergei Zharko
Browse files
Options
Downloads
Patches
Plain Diff
parameters repository update (KF setups for online)
parent
fa1f22d3
No related branches found
No related tags found
1 merge request
!1933
CA: Parameter repository update
Pipeline
#31282
passed
5 months ago
Stage: build
Stage: package
Stage: verify
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algo/ca/TrackingChainConfig.h
+6
-4
6 additions, 4 deletions
algo/ca/TrackingChainConfig.h
external/InstallParameter.cmake
+1
-1
1 addition, 1 deletion
external/InstallParameter.cmake
with
7 additions
and
5 deletions
algo/ca/TrackingChainConfig.h
+
6
−
4
View file @
4b2696e9
...
...
@@ -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"
),
...
...
This diff is collapsed.
Click to expand it.
external/InstallParameter.cmake
+
1
−
1
View file @
4b2696e9
set
(
PARAMETER_VERSION
adc13a30961db2dc5bb577
c3efd
09a0a572c7b4b
)
# 2024-0
7
-2
2
set
(
PARAMETER_VERSION c
9
3e
4
fd
3c4c0aeb443116545d824be6db343bfcd
)
# 2024-0
9
-2
4
set
(
PARAMETER_SRC_URL
"https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment