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
1cd1374a
Commit
1cd1374a
authored
1 year ago
by
Sergei Zharko
Browse files
Options
Downloads
Patches
Plain Diff
[bugfix] QA: disable configuration file for the cbm::ca::OutputQa
parent
a9638912
No related branches found
No related tags found
1 merge request
!1294
[bugfix] QA: disable default configuration file for the cbm::ca::OutputQa
Pipeline
#23780
passed
1 year ago
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/run_qa.C
+2
-2
2 additions, 2 deletions
macro/run/run_qa.C
with
2 additions
and
2 deletions
macro/run/run_qa.C
+
2
−
2
View file @
1cd1374a
...
...
@@ -40,7 +40,7 @@
void
run_qa
(
TString
dataTra
=
"data/sis100_muon_jpsi_test"
,
TString
dataRaw
=
"data/sis100_muon_jpsi_test"
,
TString
dataReco
=
"data/sis100_muon_jpsi_test"
,
TString
dataPar
=
"data/sis100_muon_jpsi_test"
,
TString
dataSink
=
"data/sis100_muon_jpsi_test"
,
TString
setup
=
"sis100_muon_jpsi"
,
Int_t
nEvents
=
-
1
,
TString
dataTra2
=
""
,
TString
dataTra3
=
""
,
const
char
*
configName
=
"
./qa_config.cbm.yaml
"
)
TString
dataTra2
=
""
,
TString
dataTra3
=
""
,
TString
configName
=
""
)
{
gROOT
->
SetBatch
(
kTRUE
);
...
...
@@ -256,8 +256,8 @@ void run_qa(TString dataTra = "data/sis100_muon_jpsi_test", TString dataRaw = "d
auto
*
pCaOutputQa
=
new
cbm
::
ca
::
OutputQa
(
verbose
,
bUseMC
);
pCaOutputQa
->
SetStsTrackingMode
();
pCaOutputQa
->
SetConfigName
(
configName
);
pCaOutputQa
->
ReadParameters
(
caParFile
.
Data
());
if
(
configName
.
Length
()
!=
0
)
{
pCaOutputQa
->
SetConfigName
(
configName
);
}
pCaOutputQa
->
SetUseMvd
(
bUseMvd
);
pCaOutputQa
->
SetUseSts
(
bUseSts
);
//pCaOutputQa->SetUseMuch(bUseMuch);
...
...
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