Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #63

Merged
merged 3 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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


Loading