Skip to content

Commit

Permalink
plot1Dscan links in doc (#1000)
Browse files Browse the repository at this point in the history
* removing outdated links

* removing outdated links
  • Loading branch information
amarini authored Aug 23, 2024
1 parent eccf7f1 commit 6cf6c02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/part3/commonstatsmethods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6cf6c02

Please sign in to comment.