Skip to content
Snippets Groups Projects
  1. Jun 19, 2024
  2. Jun 12, 2024
    • Sergei Zharko's avatar
      Offline QA: · c4af5376
      Sergei Zharko authored and Sergei Zharko's avatar Sergei Zharko committed
      1) possibility for giving a supporting message to the checked criteria, if they are not passed
      2) cleaning-up of the CA input QA
      c4af5376
    • Sergei Zharko's avatar
      Offline-QA clean-up: · 3dbbdd76
      Sergei Zharko authored and Sergei Zharko's avatar Sergei Zharko committed
      The functions InitDataBranches and InitHistograms are merged into the InitQa function,
      the functions FillHistograms and InitTimeslice are merged into the ExecQa function.
      3dbbdd76
    • Sergei Zharko's avatar
      Offline QA: specific configuration of the QA task · 024a19d9
      Sergei Zharko authored and Sergei Zharko's avatar Sergei Zharko committed
      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.
      024a19d9
  3. May 29, 2024
  4. May 22, 2024
  5. May 11, 2024
  6. May 08, 2024
  7. May 07, 2024
  8. May 03, 2024
  9. Apr 26, 2024
  10. Apr 25, 2024
  11. Apr 24, 2024
  12. Apr 22, 2024
    • Dominik Smith's avatar
      - Added online capable TRD hitfinders (1D and 2D) in cbm::algo. · 56819b96
      Dominik Smith authored and Felix Weiglhofer's avatar Felix Weiglhofer committed
      - 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.
      56819b96
  13. Apr 18, 2024
  14. Mar 26, 2024
  15. Mar 25, 2024
    • Sergei Zharko's avatar
      cbm::qa::report framework · fb4f5c45
      Sergei Zharko authored and Sergei Zharko's avatar Sergei Zharko committed
      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.
      fb4f5c45
  16. Mar 21, 2024
  17. Mar 20, 2024
  18. Mar 18, 2024
  19. Mar 14, 2024
  20. Mar 13, 2024
  21. Mar 06, 2024
  22. Feb 28, 2024
  23. Feb 27, 2024
  24. Feb 26, 2024
Loading