Skip to content

CA-style config of semi-stable LAr HV Corrections

Walter Lampl requested to merge wlampl/athena:LArHVScaleCorrToDB1 into master

The main purpose of this MR is to add ComponentAccumulator based config to produce semi-stable HV corrections for database upload and a CA-based config for the job dumping these values to an ntuple.

It also contains a simplification of the LArHVCorrMaker. It records now only the CondAttrCollection that goes into the database and it no-longer rescales the values to take into accout the current semi-stable corrections. The LArHVCondAlgo is configured not to take the current semi-stable corrections into account, it rather recalculate the corrections from scratch (based on the DCS HV values). Tagging @fcastill since this algo is also used by LArL1Calo_DumpHVCorr.py

This MR has a python-dependency on !55353 (merged)

Merge request reports