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
48031ef5
Commit
48031ef5
authored
1 year ago
by
Sergei Zharko
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: default config for mcbm_qa.C
parent
79173df5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1773
bugfix: default config for mcbm_qa.C
Pipeline
#28982
passed
1 year ago
Stage: build
Stage: package
Stage: verify
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/mcbm/mcbm_qa.C
+5
-0
5 additions, 0 deletions
macro/mcbm/mcbm_qa.C
with
5 additions
and
0 deletions
macro/mcbm/mcbm_qa.C
+
5
−
0
View file @
48031ef5
...
...
@@ -86,6 +86,11 @@ void mcbm_qa(Int_t nEvents = 0,
TString
recFile
=
dataset
+
".rec.root"
;
TString
sinkFile
=
dataset
+
".qa.root"
;
TString
qaConfig
=
(
config
.
Length
()
?
config
:
srcDir
+
"/macro/qa/configs/qa_tasks_config_"
+
setupName
+
".yaml"
);
if
(
gSystem
->
AccessPathName
(
qaConfig
.
Data
()))
{
// file not found, using default one
std
::
cout
<<
"-I- "
<<
myName
<<
": the QA configuration file "
<<
qaConfig
<<
" not found, using default one
\n
"
;
qaConfig
=
srcDir
+
"/macro/qa/configs/qa_tasks_config_mcbm.yaml"
;
}
TString
benchmarkOut
=
sinkFile
+
".qa.benchmark.root"
;
// ------------------------------------------------------------------------
...
...
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