Skip to content
Snippets Groups Projects
  1. Mar 07, 2025
  2. Mar 06, 2025
  3. Jan 21, 2025
  4. Dec 12, 2024
  5. Nov 22, 2024
  6. Nov 14, 2024
  7. Oct 14, 2024
  8. Sep 06, 2024
  9. Aug 28, 2024
  10. Jun 21, 2024
  11. Jun 16, 2024
  12. Jun 12, 2024
    • 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
  13. Jun 03, 2024
  14. May 23, 2024
    • Sergei Zharko's avatar
      Offline QA updates: · cf66735d
      Sergei Zharko authored
      1. CbmQaTask[BUGFIX]: default run over entire time-slice, if the opposite is not required explicitly (fixes a repeated loop over hits in the CA input QA)
      2. mcbm_qa.C: modifications to run on the real data
      3. New histograms for the CbmCaSetupQa task
      4. Installation rules are added for the create_mcbm_geo_setup.C and run_recoQa.C macros
      cf66735d
  15. May 22, 2024
  16. May 07, 2024
    • Sergei Zharko's avatar
      CA steer: · 9a199664
      Sergei Zharko authored and Sergei Zharko's avatar Sergei Zharko committed
      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.
      9a199664
  17. Apr 22, 2024
  18. Mar 21, 2024
  19. Mar 20, 2024
  20. Mar 19, 2024
  21. Feb 27, 2024
  22. Feb 22, 2024
  23. Feb 21, 2024
  24. Feb 18, 2024
  25. Feb 15, 2024
  26. Feb 06, 2024
  27. Jan 16, 2024
  28. Jan 04, 2024
    • Administrator's avatar
      Apply clang-format · d1df0dd7
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      d1df0dd7
    • Administrator's avatar
      Fix the reconstruction topologies at several places · c374c9e9
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      Pass the correct information about the reconstruction mode (event or time
      based) to the MVD cluster and hit finder. Switch of MVD reconstruction when
      running in event based mode using the real event builder since the MVD is
      currently not supported by the real event builder.
      
      The tests from macro/C2F, macro/much and macro/dimuon still uses the old macro
      run_reco_event.C which uses the macro reconstruct.C. The file defines the
      reconstruction topology. The reconstruction used in C2F needs to use the
      Ideal eventbuilder while the reco macro in dimuon doesn't produce tracks when
      using the Ideal event builder.
      Add the posibility to switch the usage of the ideal event builder on/off.
      The test from both directories should use the macro run_reco.C in future.
      c374c9e9
  29. Dec 20, 2023
  30. Dec 18, 2023
    • Frederic Julian Linz's avatar
      Updates to offline reco and at converter binaries · e78ea917
      Frederic Julian Linz authored and Florian Uhlig's avatar Florian Uhlig committed
      This MR introduced minor updates to the cbmreco_offline and cbm_atconverter binary: 
      - colored log ouput 
      - forward declaration of classes in header files 
      - new function to get cbmsim tree from file 
      - use consistently "firstTs" and "numTS" to set start event and number of processed events, respectively -STS track matching
      e78ea917
Loading