Skip to content

Minor fixes to fully support scans with pyYARR.

Marvin Emin Geyik requested to merge devel_pyyarr_fixes into devel

Three minor fixes to allow for scanning with pyYARR.

  1. Removed bug, so that scan config is correctly passed to ScanHelper::buildHistogrammers()
  2. Added optional name parameter for FEs in connectivity. This makes it possible to distinguish between results of multiple FEs. Otherwise, all results are called JohnDoe_OccupancyMap (etc.) and overwrite each other.
  3. All loggers are dropped in ScanConsoleImpl::cleanup(). This makes it possible to scan multiple times from one python executable. Otherwise, output is duplicated for the second scan, tripled for the third scan and so on, because in the beginning of every scan all loggers are initialized.

Merge request reports