Skip to content

Commit

Permalink
[README] Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanomi committed Jun 23, 2022
1 parent a3537b0 commit 6917b73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ scramv1 b clean; scramv1 b

The `PhysicsModel(s)` used in this analysis (cf. `fit/createDatacard.py`) can be found in the `models` folder. Please copy them in `$CMSSW_VERSION/src/HiggsAnalysis/CombinedLimit/python` before running the scipts in `fit`.

## Set Up
For all the imports in the various scripts to work properly, set up the working environment with:

```
cmsenv
export PYTHONPATH="${PYTHONPATH}:<PATH_TO>/FiducialXSFWK/inputs"
export PYTHONPATH="${PYTHONPATH}:<PATH_TO>/FiducialXSFWK/helperstuff"
```

## Workflow
A schematic representation of the framework's worflow is given in the two following sketches:

Expand Down

0 comments on commit 6917b73

Please sign in to comment.