ABCD method

From Particle Wiki
Revision as of 07:33, 14 August 2020 by Stefan (Talk | contribs)

Jump to: navigation, search

The ABCD method is commonly used to estimate the size of a background contribution from real data (as opposed to Monte Carlo simulation). It takes its name from the fact that it uses four regions, which are sometimes labelled A, B, C, D. One of the regions is the signal region for which one wishes to make the background estimate. The other three are obtained by reverting two different signal selection criteria X and Y:

Region A: pass X and pass Y (this is the signal region)
Region B: fail X and pass Y
Region C: pass X and fail Y
Region D: fail X and fail Y
Schema showing the four regions used in the ABCD method. The signal region A is highlighted green. In the text, the selection criteria are called X (var1) and Y (var2). On the axes, 0 indicates a failed criterion and 1 a passed criterion.

It is essential that the criteria X and Y can be treated as uncorrelated. This is true if the probability to pass criterion X does not (significantly) depend on whether criterion Y passes, and vice versa. With this assumption, the following relation holds for the number of events in the four regions:

\frac{N_A}{N_B} = \frac{N_C}{N_D},

or, equivalently,

\frac{N_A}{N_C} = \frac{N_B}{N_D}.

This means that the event yield in the signal region A due to the background process can be predicted by measuring the event yields due to this background in control regions B, C, D:

N_A = \frac{N_B N_C}{N_D}.

Contributions other than the background of interest must be subtracted in the regions B, C, D. This can often be done using MC simulation. The method is usually most robust if the criteria X and Y can be chosen in such a way that the regions B, C, D are very much dominated by the background of interest. In particular, there should only be very little predicted signal leakage into those regions.