Reason for change

The new version (v5r13p1, as opposed to v5r12p4) introduces some minor modifications to accommodate a new cal noisy channel (1983).

Test Procedure

We have processed monitoring products from real on-orbit data (LPA) locally with this version of AlarmsCfg.

Rollback procedure

The package can be rolled back to the previous version by flipping a soft link. Also note that the package is completely independent from any other package running in the pipeline and will not cause a version change of L1Proc.

CCB Jira

SSC-196@JIRA

Details (release notes for dataMonitoring/AlarmCfg for v5r13p1)

v5r13p1

  • There's a nice feature of the y_values alarm algorithm: you pass the "only" and "exclude" parameters by addressing the bin index rather than the x values of the histogram. Phrased another way: if you want to set a separate threshold on channel 1983, you set the "only" parameter to [1984] to take into account the fact that the bin indexes in ROOT start from 1 (0 being the underflow) and therefore there's an overall shift of 1 unit.

Johan suggested to change all the [1984] to [1983+1] to stress this (the python code evals the expression at runtime).

v5r13p0

  • Minor modifications to accomodate a new cal noisy channel (1983):
    • CalXAdcPedRMS_LEX1_TH1 has a separate high (warning and error) threshold of 3.6 ADC counts for channel 1983.
    • CalXAdcPedRMS_LEX8_TH1 has a separate high (warning and error) threshold of 30 ADC counts for channel 1983.
    • CalXAdcPedPedMeanDifference and CalXAdcPedPedRMSDifference for LEX1 and LEX8 have exceptions for channels 848, 1250, and 1983.
  • No labels