From 4182da7dddc98c939bedd1b0df49fe10effe5d7e Mon Sep 17 00:00:00 2001 From: nckw Date: Fri, 16 Feb 2024 15:54:12 +0000 Subject: [PATCH] Update nonstandard.md Add link to CMS SC for Garwood intervals on plots --- docs/part3/nonstandard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part3/nonstandard.md b/docs/part3/nonstandard.md index c4cd3d96af0..e8f1b6dc275 100644 --- a/docs/part3/nonstandard.md +++ b/docs/part3/nonstandard.md @@ -147,7 +147,7 @@ Three additional folders (**shapes\_prefit**, **shapes\_fit\_sb** and **shapes\_ | Object | Description | |------------------------|---------------------------------------------------------------------------------------------------------------------------------------| -| **`data`** | `TGraphAsymmErrors` containing the observed data (or toy data if using `-t`). The vertical error bars correspond to the 68% interval for a Poisson distribution centered on the observed count. | +| **`data`** | `TGraphAsymmErrors` containing the observed data (or toy data if using `-t`). The vertical error bars correspond to the 68% interval for a Poisson distribution centered on the observed count (Garwood intervals), following the [recipe provided by the CMS Statistics Committee](https://twiki.cern.ch/twiki/bin/view/CMS/PoissonErrorBars). | | **`$PROCESS`** (id <= 0) | `TH1F` for each signal process in each channel, named as in the datacard | | **`$PROCESS`** (id > 0) | `TH1F` for each background process in each channel, named as in the datacard| | **`total_signal`** | `TH1F` Sum over the signal components|