Skip to content

Releases: AliceO2Group/QualityControl

v1.20.0

23 Jun 12:27
Compare
Choose a tag to compare

New features

  • [OCTRL-496] Support multinode setups in ODC-controlled environment (#729

Bug fixes

Detectors code

  • TPC: comment one logger message, improve 2D hists (#737)
  • ITS: Fhr new general plot; Fhr and FEE get run number from ECS or json (#734)
  • MFT: large update of MFT QC tasks (naming, conventions, mapping) (#725)
  • wrong TOF dependency removed (#735)
  • add the json file for the two tasks on EPN (#731)
  • [MCH] Implementation of mergeable Occupancy (#730)
  • PHOS calib QC added (#727)
  • Fixing plot issue (#728)

Documentation

Misc

  • [QC-603] Disable the analysis example. (#740)
  • Increase the timeout values in the multinode test (#739)
  • [QC-585] Pass Monitoring URL to Mergers (#708)

v1.19.0

09 Jun 13:30
Compare
Choose a tag to compare

New features / Improvements

  • Disable resources monitoring by default (#709)
  • Use InputRecordWalker as a better example (#705)
  • [QC-593] Add callbacks for checkRunner and aggregatorRunner (#722)
  • [QC-589] Reduce the amount of configuration needed for mutlinode setu…

Bug fixes

  • Multinode test: [QC-583] send INT when timing out (#707)

Detectors code

  • ITS
    • bug fixes for ML decoding (#706)
    • Fix ML and TF id bug. Add two parameters to define fired pixel check …
    • ITS Cluster Task: added multithreading by OpenMP (#711)
  • TPC
    • Changing names of data sources.
    • Modification of data description for the track task.
    • TPC: enable cluster sampling (#726)
  • MCH
    • MCH: introducing the DecodingErrors task (#712)
  • TOF
    • TOF: correct histogram labels and names (#716)
    • Check for TOF DRM Diagnostics (#717)
  • REC
    • Vertexing QC task (#721)
  • FT0
    • initial ft0 calibration task with checker (#723)

Documentation

  • Add doc about sending monitoring metrics of Dispatcher (#710)
  • Add example and doc for displaying custom classes in QCG (#724)

Misc

  • [QC-581] Remove the Data Inspector / Data Dump (#698)
  • [OCTRL-355] Mark QC proxies as unique for correct AliECS dump (#700)
  • Do not use CompletionPolicy::InputSet alias (#718)

v1.18.1

02 Jun 12:28
Compare
Choose a tag to compare

v1.18.0

19 May 09:28
Compare
Choose a tag to compare

Bug fixes

  • Make sure we kill the processes in the multinode test (#702)

Detectors code

  • ITS/MFT
    • getter of ITS/MFT dictionary file got more explicit name (#690)
    • ITS FEE task fix DPLRawParser warning message (#693)
  • MCH
    • [O2-2018] No need to link to ms_gsl... (#691)
    • QC Framework should not depend on MCHBase ;-) (#696)
  • TPC
    • TPC: rawDataQA (#694)
    • TPC Trending json (Tracks and PID) (#704)
  • MID

Documentation

  • Fixed the links, few updates

Misc

  • [QC-577] [QC-578] Allow for more than one query in multinode sampling…
  • [QC-582] Rename repo cleaner python script (#701)

v1.17.0

04 May 11:58
Compare
Choose a tag to compare

New features

  • [QC-496] Allow Checks to associate (many) Reasons with Qualities (#677)
  • [QC-488] Addition of an aggregator which selects the worst Quality of all (#687)

Bug fixes

  • [QC-528] Aggregators: provide only the objects that are requested (#676)
  • Use the correct proxy for dispatching data in multinode setups (#679)

Detectors code

  • TPC
    • TPC QC: remove avoid duplicate checker names (#678)
  • ITS
    • ITS: FHR Task. Use openMP to improve processing speed (#682)
    • minor fix for FHR json (#685)
    • ITS: add a new json to combine itsFhr and itsFee tasks on FLP (#688)
    • ITS FHR fix DPLRawParser warning message (#689)
  • CPV
    • [QC-576] New naming scheme in CPV module (#686)

Documentation

  • Update instructions on how to build on an FLP

Misc

  • Move the QOs to TRFC conversion to a class, so it can be tested (#674)
  • [QC-537] Multinode setup test (#680)
  • Fixes for GCC 10.2 (#681)

v1.16.1

23 Apr 06:38
Compare
Choose a tag to compare

Fixes for GCC 10.2

v1.16.0

19 Apr 06:42
Compare
Choose a tag to compare

New features

  • [QC-565] Set run number on objects (#658)

Bug fixes

  • Add missing callback to start in CheckRunner and AggregatorRunner (#672)
  • Fixes in QualityObject (constness and userMetadata) (#673)

Detectors code

  • CPV
    • Pedestal Task & Check (#662)
  • HMPID
    • HMPID_NewDigitStructure (#655)
  • FT0
    • Additional QC-FT0 task for data(digits) visualization during FT0-FEE …
  • TOF
    • add cuts for cosmics (#666)

Misc

  • Update the references to Readout after aligning with O2 conventions
  • [QC-415] Set detector field in infologger (#670)

Internal

  • [QC-549] Add repocleaner production rule (#661)
  • [QC-527] Store repoCleaner config in consul (#671)
  • [QC-570] script to release (#663)
  • [QC-369] Drop deprecated methods dealing with JSON objects from CCDB. (…
  • [QC-369] Remove the use of the very old retrieve (#669)
  • [QC-571] Remove the default ServiceDiscovery URL (consul-test) (#668)

v1.15.0

06 Apr 12:25
3ca473b
Compare
Choose a tag to compare

New features

  • [O2-2187] Set proper facility and system for the DPL infologger instance (#653)

Detectors code

  • [MFT-11] Modification of the readout task to monitor each lane
  • ITS: Task parameters via JSON (#654)

Misc

  • Set run number in monitoring (#652)

v1.14.1

29 Mar 06:32
bf64883
Compare
Choose a tag to compare

Detectors code

  • MFT
    • [MFT-8] MFT Track QC Task update (#649)
    • [MFT-9] MFT Digit QC Task update (#650)
    • [MFT-10] MFT Readout QC Task (#651)
  • TPC
    • Fix sector filter for TPC input (#657)

v1.14.0

23 Mar 10:10
409b99b
Compare
Choose a tag to compare

New features

  • [QC-547] Allow to store and retrieve any object with dictionary (internal method) (#644)
  • [QC-560] Configuration of infologger: disable at the source some levels or the debug logs.

Detectors code

  • [MCH] module name updated to reflect current QC naming scheme (#639)
  • [MCH] [MRRTF-108] Prepare for digit move (#647)
  • [PHOS] Pedestal QC fixes (#638)
  • [MID]: moved module in MUON folder (#636)

Documentation

  • Update instructions to run with non-TST detector (#640)

Misc

  • [QC-399] Run number from ecs, new attempt (#641)
  • Remove mysql implementation (#645)