Skip to content

Commit

Permalink
Merge pull request #32 from rkansal47/vbf_datacards_syst
Browse files Browse the repository at this point in the history
Vbf datacards syst
  • Loading branch information
rkansal47 authored Oct 26, 2023
2 parents dfae32b + d8b4119 commit cfc5bbe
Show file tree
Hide file tree
Showing 10 changed files with 893 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ src/*
!src/HHbbVV/postprocessing/**
src/HHbbVV/postprocessing/data/*
src/HHbbVV/postprocessing/*.pkl
src/HHbbVV/postprocessing/*.txt
src/HHbbVV/postprocessing/cards
src/HHbbVV/postprocessing/templates_old
src/HHbbVV/postprocessing/*.txt
src/HHbbVV/postprocessing/condor_templates
src/HHbbVV/postprocessing/outs

Expand Down
2 changes: 1 addition & 1 deletion 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). `CMSSW_11_2_0` recommended.
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).

```bash
python3 postprocessing/CreateDatacard.py --templates-dir templates/$TAG --model-name $TAG (--resonant)
Expand Down
Loading

0 comments on commit cfc5bbe

Please sign in to comment.