Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 authored Nov 2, 2023
1 parent df8df95 commit cd87974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ nohup bash_scripts/res_bias_templates.sh $TAG &> bias.txt &

### Create Datacard

Need `root==6.22.6`, and `square_coef` branch of https://github.com/rkansal47/rhalphalib installed (`pip install -e . --user` after checking out the branch).
Need `root==6.22.6` and https://github.com/rkansal47/rhalphalib installed (`pip install -e . --user` after cloning the repo).

```bash
python3 postprocessing/CreateDatacard.py --templates-dir templates/$TAG --model-name $TAG (--resonant)
Expand Down Expand Up @@ -473,4 +473,4 @@ mkdir -p recovery/$dataset/
for year in 2016 2017 2018; do jq -s 'reduce .[] as $item ({}; . * $item)' crab/pfnano_v2_3/crab_pfnano_v2_3_${year}_${dataset}_*/results/notFinishedLumis.json > recovery/$dataset/${year}NotFinishedLumis.json; done
```

Finally, add these as a lumimask for the recovery task.
Finally, add these as a lumimask for the recovery task.

0 comments on commit cd87974

Please sign in to comment.