Skip to content
Snippets Groups Projects
  1. May 16, 2024
  2. May 11, 2024
  3. May 07, 2024
  4. May 03, 2024
  5. Apr 30, 2024
  6. Apr 26, 2024
  7. Apr 24, 2024
  8. Apr 22, 2024
  9. Apr 19, 2024
  10. Apr 18, 2024
  11. Mar 27, 2024
  12. Mar 26, 2024
  13. 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
  14. Mar 22, 2024
  15. Mar 21, 2024
  16. Mar 20, 2024
  17. Mar 19, 2024
  18. Mar 05, 2024
Loading