Skip to content

Commit

Permalink
Recommend serviceX for local runs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 18, 2024
1 parent 2c79ba5 commit e0163b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions analyses/cms-open-data-ttbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ pixi run --environment local-cms-open-data-ttbar start
This will install all of the software and launch a Jupyter lab session.
You can then use the file navigator and terminal in Jupyter lab to navigate to this directory to run the analysis.

**Note** Given the size of the files, when running locally you will probably want to set the `USE_SERVICEX` global configuration variable in the `analyses/cms-open-data-ttbar/ttbar_analysis_pipeline.ipynb` notebook to `True`

```python
USE_SERVICEX = True
```

This requires you to have a ServiceX configuration file on your machine.

#### Instructions for paired notebook

If you only care about running the `ttbar_analysis_pipeline.ipynb` notebook, you can completely ignore the `ttbar_analysis_pipeline.py` file.
Expand Down

0 comments on commit e0163b1

Please sign in to comment.