Skip to content

Releases: AliceO2Group/QualityControl

v0.21.0

Choose a tag to compare

@knopers8 knopers8 released this 13 Feb 09:51
df3af8b

New features

  • Convenience classes for correlation and trending
  • File reader executable
  • Checks improvements (custom parameters, better naming for CheckRunners)

Bug fixes

  • Fixed the bug with MOs not stored if they have no Checks assigned

Detectors code

  • MFT module with a basic QC Task
  • Various developments in TPC, EMCal

Documentation

  • Post-processing documentation

Misc

  • Synchronizing to the upcoming changes in O2 (PR 2886 and PR 2887)
  • Cleanup of the interfaces deprecated by Checkers 2.0

v0.20.1

Choose a tag to compare

@Barthelemy Barthelemy released this 08 Jan 07:25
7167132
  • Fix the missing override that caused a warning on the Mac CI.
  • Rewrite the Version needed by future development.

v0.20.0

Choose a tag to compare

@Barthelemy Barthelemy released this 18 Dec 08:12
264f5c3

New features

  • Checkers 2.0: The relationship between MonitorObjects (MOs) and Checks has been reworked. It is now possible to have several MOs as inputs of one Check, even if they are produced by different QC Tasks. The Checks' are configured in JSON files not in the code any more, just like the Tasks. See this documentation for details. If you have a development fork/branch, you might need to adapt your checks configuration to these changes.

Bug fixes

  • N/A

Detectors code

  • EMCal: Initial version of the RawTask

Documentation

  • Addition of an example publisher (DataProducerExample) and update of the related documentation.

Misc

  • Unified logging in the QC framework: We now consistently use the InfoLogger throughout the QC framework and the modules developed by us. We use it through the interface QcInfoLogger.
  • InformationService removal: The ServiceDiscovery, backed by Consul, has replaced the InformationService.

v0.19.6

Choose a tag to compare

@Barthelemy Barthelemy released this 28 Nov 09:35
  • Fix the problem with very short cycles in run-tpcpid
  • Add DataFormatsTPC/TrackTPC.h to TPC PID.cxx

v0.19.5

Choose a tag to compare

@Barthelemy Barthelemy released this 12 Nov 09:21
  • Release to fix a problem with header

v0.19.4

Choose a tag to compare

@Barthelemy Barthelemy released this 06 Nov 07:26
8bba9fa
  • Remove all objects in consul at end of activity (QC-250)
  • For compatibility with DPL : Include explicitly ConfigParamRegistry.h

v0.19.3

Choose a tag to compare

@Barthelemy Barthelemy released this 01 Nov 08:03
c379086
  • Advanced random data producer
  • Documentation

v0.19.2

Choose a tag to compare

@Barthelemy Barthelemy released this 11 Oct 12:44
dc9a247
  • Fix last warning

v0.19.1

Choose a tag to compare

@Barthelemy Barthelemy released this 11 Oct 09:13
2f045d9

Fix the missing override in a test.

v0.19.0

Choose a tag to compare

@Barthelemy Barthelemy released this 11 Oct 06:30
b680726

New features

  • Add version as metadata to objects.
  • Post-processing framework.
  • CCDB cleaner : Add a policy that does nothing to spare some folders.
  • Dummy database implementation for benchmarks.

Bug fixes

  • Fix the path to consul

Detectors code

  • Adding projections for EMCAL and DCAL, first checkers.