- Jun 19, 2024
-
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
- Jun 12, 2024
-
-
1) possibility for giving a supporting message to the checked criteria, if they are not passed 2) cleaning-up of the CA input QA
-
The functions InitDataBranches and InitHistograms are merged into the InitQa function, the functions FillHistograms and InitTimeslice are merged into the ExecQa function.
-
The commit introduces the possibility of the specific QA task configuration withing the QA-config yaml file. In the yaml-file, the configuration should be defined under qa/<task name>/specific node. On the task side the configuration is represented with a plain structure (Config), which can be defined using the function std::optional<Config> CbmQaTask::ReadSpecificConfig<Config>() in the task initialization function (for expample see the CbmCaInputQaBase class implementation). The specific configuration feature is optional and can rely on the default-initialized Config structure, so the "specific" branch of the QA-configuration file is not mandatory.
-
- May 29, 2024
-
-
-
Dominik Smith authored
-
- May 22, 2024
-
-
Sergei Zharko authored
[bugfix]: offline QA: ECbmRecoMode::Timeslice as a default for data processing in the CbmQaTask class
-
- May 11, 2024
-
-
Pierre-Alain Loizeau authored
-
- May 08, 2024
-
-
Sergei Zharko authored
2) the mcbm_beam_2024_05_08_nickel setup is added to the CbmMcbmUtils (for RunID > 2917)
-
Felix Weiglhofer authored
-
- May 07, 2024
-
-
Change of parameter repository hash to support MR CbmSoft/cbmroot_parameter!180
-
1) TOF tracking interface updates: proper calculation of zMin and zMax (now works for the mcbm_beam_2021_07_surveyed as well) 2) Input QA clean-up: automatic cut of sensors which are not included in a tracking station (i.e. have -1 local station index)
-
-
-
- May 03, 2024
-
-
-
Felix Weiglhofer authored
-
- Apr 26, 2024
-
-
- Apr 25, 2024
-
-
Felix Weiglhofer authored
-
- Apr 24, 2024
-
-
- Apr 22, 2024
-
-
- Added ROOT-free implementations of CbmTrdCluster and CbmTrdHit. - Added class CbmTaskTrdHitFinder as wrapper for new hitfinders. - Added class CbmTaskTrdHitFinderParWrite to produce YAML input files. - Added example macro trd_hitfinder_run.C in beamtime/mcbm2022 folder to run new hitfinder. - Added a required getter function to CbmTrdParModGeo.h. - Updated CMakeLists and LinkDef files to enable compilation.
-
- Apr 18, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Mar 26, 2024
-
-
David Emschermann authored
-
- Mar 25, 2024
-
-
The framework encapsulates creation tools for a generic QA-report source, which can be compiled into different sources (LaTeX, Beamer, Markdown, HTML, etc.). A report consists from an ordered tree of elements (cbm::qa::report::Element). At the moment three types of elements are available: cbm::qa::report::Section, cbm::qa::report:Figure and cbm::qa::report::Table. Each element is registered in the LinkDef.h file for accessibility from a ROOT-macro, but never the less does not rely on the ROOT libraries. A variety of the report source formats is achieved using the Visitor desing pattern. Each set of element compilation rules is defined in a specific implementation of the cbm::qa::report::Engine class (the visitor), which alows the simultanious creation of report different sources. From the box the source for LaTeX plain document (cbm::qa::report::LatexEngine) and HTML-page (cbm::qa::report::HtmlEngine) are available. The use-case of the framework is given in the cbmroot/macro/qa/report_example.C macro. The macro generate CA tracking status report for a given setup and requires an output from the run_qa.C/mcbm_qa.C macro.
-
- Mar 21, 2024
-
-
- Mar 20, 2024
-
-
- Mar 18, 2024
-
-
Felix Weiglhofer authored
-
- Mar 14, 2024
-
-
Sergei Zharko authored
-
-
-
-
- Mar 13, 2024
-
-
The code is implemented in a way that should make it easy to implement further revision in the format by using templates for the sys_ver.
-
- Mar 06, 2024
-
-
Felix Weiglhofer authored
-
- Feb 28, 2024
-
-
- Feb 27, 2024
-
-
Move macro code from Create_geometry_* macro to namespace cbm::trd:geo. Implement the latest modifications to the design of the chamber and FEB as they are proposed for day 1.
-
- Feb 26, 2024
-
-