- May 16, 2024
-
-
Allows the examintion of the mass of materials and component in the simulation geometries.
-
- May 11, 2024
-
-
Pierre-Alain Loizeau authored
-
- May 07, 2024
-
-
Change of parameter repository hash to support MR CbmSoft/cbmroot_parameter!180
-
The tracking parameter file extention is changed from "L1Parameters.dat" to "ca.par" in the offline data reconstruction in order to keep a consistency with the naming rule, used in the online tracking chain.
-
-
- tracking interfaces for online STS and TRD - installation rule for the macro/beamtime/mcbm2024 directory
-
David Emschermann authored
-
-
- May 03, 2024
-
-
Pierre-Alain Loizeau authored
-
- Apr 30, 2024
-
-
David Emschermann authored
-
- Apr 26, 2024
-
-
-
- skip subsubevents with corrupt data (wrong order of special words or missing ones) - add more errors counters - debug logs when corrupt data found - handle data with less words than normal but proper header info - recover the last TimeData if only the Trailer is missing - in ProcessTimeDataWord, fix return to avoid out of bounds access
-
- Apr 24, 2024
-
-
Sergei Zharko authored
-
- 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 19, 2024
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Apr 18, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Mar 27, 2024
-
-
Pierre-Alain Loizeau authored
-
David Emschermann authored
-
- Mar 26, 2024
-
-
David Emschermann authored
-
David Emschermann authored
-
David Emschermann authored
-
David Emschermann authored
-
David Emschermann authored
-
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 22, 2024
-
-
Pierre-Alain Loizeau authored
-
-
- Mar 21, 2024
-
-
- Mar 20, 2024
-
-
- Mar 19, 2024
-
-
- Mar 05, 2024
-
-