Skip to content
Snippets Groups Projects
Commit bba4c544 authored by Sergei Zharko's avatar Sergei Zharko Committed by Sergei Zharko
Browse files

Update CMakeLists.txt (path to objects.yaml in the QA-Checker CI-tests)

parent 6a9eaeb9
No related branches found
No related tags found
1 merge request!1282QA: Posibility of configuring histogram binning in CbmQaTask and clean-up of CbmCaInputQaTrd
Pipeline #23655 passed
......@@ -81,7 +81,7 @@ foreach(setup IN LISTS cbm_setup)
# --- Run QA tasks with Event-by-event reconstruction from time-based simulation
# --- Real raw event builder
set(testname qa_${sname}_compare)
add_test(${testname} ${MACRODIR}/qa_compare.sh \"objects.yaml\" \"${sname}\" \"../run/data\" \"../run/data/\" \"data/QACheckerOutput.${sname}.root\" )
add_test(${testname} ${MACRODIR}/qa_compare.sh \"configs/objects.yaml\" \"${sname}\" \"../run/data\" \"../run/data/\" \"data/QACheckerOutput.${sname}.root\" )
set_tests_properties(${testname} PROPERTIES
TIMEOUT ${timeOutTime}
FAIL_REGULAR_EXPRESSION "segmentation violation"
......
# Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
# SPDX-License-Identifier: GPL-3.0-only
# Authors: Sergei Zharko [committer]
#
## @file qa_task_config_mcbm.yaml
## @brief Configuration file for QA-tasks in mCBM
## @since 27.07.2023
## @author Sergei Zharko <s.zharko@gsi.de>
qa:
CbmCaInputQaTrd:
histograms:
#xy_station0:
# x: { nbins: 500, min: -20., max: 20. }
# y: { nbins: 500, min: -20., max: 20. }
#xy_station1:
# x: { nbins: 500, min: -100., max: 100. }
# y: { nbins: 500, min: -100., max: 100. }
#xy_station2:
# x: { nbins: 500, min: -100., max: 100. }
# y: { nbins: 500, min: -100., max: 100. }
profiles: none
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment