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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1773
bugfix: default config for mcbm_qa.C
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
bugfix: default config for mcbm_qa.C
s.zharko/cbmroot:bug-qa-macro
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Sergei Zharko
requested to merge
s.zharko/cbmroot:bug-qa-macro
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
48031ef5
1 commit,
1 year ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
macro/mcbm/mcbm_qa.C
+
5
−
0
View file @ 48031ef5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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"
;
// ------------------------------------------------------------------------
Loading