cmsdaq / DAQExpert

New expert system processing data model produced by DAQAggregator
1 stars 2 forks source link

distinguish two cases of high L1 rate #139

Closed andreh12 closed 6 years ago

andreh12 commented 6 years ago

The thresholds should be configurable and we should have a check that the thresholds are not inverted in the configuration file (i.e. higher threshold below lower threshold).

Note that we should use the TCDS input rate (i.e. readout rate plus rate of suppressed triggers).

At the moment we have class RateTooHigh here: https://github.com/cmsdaq/DAQExpert/blob/d5cf63022eb114911c9592ab0afa42d513bbe55a/src/main/java/rcms/utilities/daqexpert/reasoning/logic/failures/RateTooHigh.java#L13-L17 which should be duplicated with modified instructions and we need to add the rate of suppressed triggers.

andreh12 commented 6 years ago

We need to solve cmsdaq/DAQAggregator/issues/94 first to have the instantaneous L1 rate at TCDS input.