ATLAS Offline Software
SideBand Class Reference

#include <SideBand.h>

Collaboration diagram for SideBand:

Detailed Description

SideBand DQ algorithm: check number of entries outside range This test can be used to chek, for a 1D histogram, the entries outside a region. The test is perfrormed evaluating the integral of the histogram thus real numbers as bin content are accepted. The parameters that can be set are: UseUnderFlow : if != 0 include also underflow bin UseOverFlow : if != 0 include also overflow bin Min : Specify Lower limit (-999999 means full range) Max : Specify Upper limit (-999999 means full range) Thresholds are specified through the key-word "Threshold" Detailed example in workbench macro: TestSideBand.C

There are two variants of this algorithms that you can select with Constructor parameter name: "SideBand_Absolute" in which the integral is checked in value "SideBand_Relative" in which the integral is checked as ratio with respect to total integral.


The documentation for this class was generated from the following file: