Skip to content

Offline QA updates:

Sergei Zharko requested to merge s.zharko/cbmroot:ca-qa-updates-3 into master
  1. CbmQaTask[BUGFIX]: default run over entire timeslice, if the opposite is not required explicitly (fixes a repeated loop over hits in the CA input QA)

In the CbmQaTask the two regimes of input data branches handling are available: loops within CbmEvent objects and loop over entire timeslice. Previously, the first regime was selected as default, what led to the repeated filling of the histograms in the CA input QA and the CA setup QA. Now this regime should be enabled explicitly in the constructor of the task if the access to the CbmEvent objects and hit/track indices within them is available.

This probably should solve the RM3271.

Update: The bugfix was moved to a separate merge request 1836.

  1. mcbm_qa.C: modifications to run on the real data
  2. New histograms for the CbmCaSetupQa task
  3. Installation rules are added for the create_mcbm_geo_setup.C and run_recoQa.C macros
Edited by Sergei Zharko

Merge request reports