Skip to content

v0.18.0

Compare
Choose a tag to compare
@Barthelemy Barthelemy released this 09 Sep 09:25
· 2462 commits to master since this release
3aa22c8

Features

  • Storage in CCDB now uses TFiles. It enables schema evolution and lets users access the data in a ROOT session transparently.
  • Addition of a detector name in the configuration of the tasks.
  • The paths in CCDB is now more structured : /qc/<detector name>/<task name>/<object name>
  • o2-qc-run-qc becomes o2-qc to save users a few keystrokes.
  • Access CCDB data (condition and calibration) in Tasks.

Detectors' code update

  • N/A

Documentation

  • Quite some udpates, in particular about the storage and the quickstart.

Bug fixes

  • Fix newline in new module's script that broke it on Mac.