Skip to content

Commit

Permalink
Merge pull request #63 from rkansal47/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rkansal47 authored May 2, 2024
2 parents 901b74d + f695eb6 commit 32be96c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,17 @@ git clone -b v2.0.0 https://github.com/cms-analysis/CombineHarvester.git Combine
scramv1 b clean; scramv1 b
```

### Packages

To create datacards, you need to use the same cmsenv as above + these packages:

```bash
pip3 install --upgrade pip
pip3 install rhalphalib
cd /path/to/your/local/HHbbVV/repo
pip3 install -e .
```

I also add this to my .bashrc for convenience:

```
Expand Down
4 changes: 1 addition & 3 deletions inference_scans/run_law.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

####################################################################################################
# Script for running HH inference 'law' commands
#
#
# Usage:
# 0) snapshot: --snapshot
# 1) limits at point: --limpoint (--vbf) # --vbf runs it for the VBF k2v=0 point
Expand Down Expand Up @@ -170,5 +170,3 @@ if [ $impacts = 1 ]; then
--pull-range 3 \
--Snapshot-custom-args="$custom_args"
fi


0 comments on commit 32be96c

Please sign in to comment.