Skip to content

Releases: AliceO2Group/QualityControl

v1.4.0

20 Oct 13:34
e35c7a5

Choose a tag to compare

New features

  • [QC-420] Integrate post-processing with DPL (#498)
  • [QC-444] An option to run o2-qc without Data Sampling (#514)
  • [QC-421] Allow to check PP tasks results in CheckRunners (#506)

Detectors code

  • TOF: Add postprocessing to show TOF diagnostic output per crate (#512)
  • MCH: Added Processing of Digits and Preclusters (#515)
  • MID: Add module MID

Documentation

  • clarify policy towards non-CC7 (#511)
  • update doc for new readout config file (#509)
  • Use o2-qc instead of o2-qc-run-qc in the doc (#513)
  • Add instructions to test QC with STFBuilder

Misc

  • [QC-440] TrendingTask - do not generate plots if there are no entries
  • Adapt to usage of ConstMCLabelContainer in TPC (#510)

v1.3.3

16 Oct 07:02

Choose a tag to compare

v1.3.3

v1.3.2

09 Oct 11:48

Choose a tag to compare

 v1.3.2

v1.3.1

09 Oct 08:09

Choose a tag to compare

 v1.3.1

v1.3.0

05 Oct 18:20
1d2f06d

Choose a tag to compare

New features

  • [QC-437] Make optional all the categories in QC config file (#502)

Bug fixes

  • [QC-436] Publish QOs to SD (#500)

Detectors code

  • ITS: move to RDHv6 (#503)

Documentation

  • information on how to investigate failing ci tests in gitlab

Misc

  • [QC-419] Integrate ObjectManager with PostProcessing (#497)
  • [QC-430] Avoid clashes when running CCDB tests multiple times in parallel

v1.2.1

01 Oct 10:17
cb1271a

Choose a tag to compare

  • reduce verbosity of DAQ task

v1.2.0

30 Sep 12:06
6068209

Choose a tag to compare

New features

  • [QC-405] [QC-418] Implement the NewObject trigger in Post-processing

Bug fixes

  • Improvements to avoid random crashes in testFactory
  • [QC-427] Fix time stored in trends generated by TrendingTask

Modules

  • ITS
    • Add ITS online data processing fake-hit rate task
    • Add ITS online FEE task
  • Dataflow (DAQ)
    • Options to print RDH, payloads, page header, input header
    • Plots of RDH's memsize (global and per detector), number of RDH per page and per detector, ...

Documentation

  • Update and add documentation about data sources

Misc

  • [QC-388] Use timestamps in TrendingTask
  • Switch to new infologger macro to specify level and severity at once

v1.1.4

16 Sep 12:04

Choose a tag to compare

Hotfix:

  • Missing declaration of a service to adapt for upstream changes

v1.1.3

16 Sep 11:52

Choose a tag to compare

Hotfix:

  • Missing declaration of a service to adapt for upstream changes

v1.1.2

09 Sep 14:49
10994ea

Choose a tag to compare

New features

  • [QC-400] Allow to store QC objects with custom timestamps
  • Forward messages with empty payloads (QC-401)

Bug fixes

  • Add namespace indicator for runtime_error
  • Fix run number from ECS (string) QC-399

Detectors code

  • none

Documentation

  • Update DevelopersTips.md

Misc

  • Split configuration loading in TaskRunner (QC-397)
  • Add missing includes (#475)
  • More output to try an catch the double deletion bug
  • Adapt to the new service registry