From 6cf6c02604eecf4851df3aa8d02b650b9963c50f Mon Sep 17 00:00:00 2001 From: Andrea Marini Date: Fri, 23 Aug 2024 14:57:48 +0200 Subject: [PATCH] plot1Dscan links in doc (#1000) * removing outdated links * removing outdated links --- docs/part3/commonstatsmethods.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/part3/commonstatsmethods.md b/docs/part3/commonstatsmethods.md index cb5ccdc13dc..4633d3933d2 100644 --- a/docs/part3/commonstatsmethods.md +++ b/docs/part3/commonstatsmethods.md @@ -920,8 +920,11 @@ This will produce a plot like the one below, ![](images/2D_LHScan.png) -Similarly, 1D scans can be drawn directly from the tree, however for 1D likelihood scans, there is a python script from the [`CombineHarvester/CombineTools`](http://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/#combine-tool) package [plot1DScan.py](https://github.com/cms-analysis/CombineHarvester/blob/113x/CombineTools/scripts/plot1DScan.py) that can be used to make plots and extract the crossings of the `2*deltaNLL` - e.g the 1σ/2σ boundaries. +However for 1D likelihood scans, a python script to make plots and extract crossing of the `2*deltaNLL`, e.g the 1σ/2σ boundaries, is already available `plot1DScan.py` +``` +plot1DScan.py higgsCombineTest.MultiDimFit.mH125.root -o output +``` ### Useful options for likelihood scans