Skip to content

Commit d3d3fc1

Browse files
authored
Merge branch 'gh-pages' into gh-pages
2 parents c6469b3 + a533eb9 commit d3d3fc1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

_episodes/01-jets101.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,7 @@ Three main jet collections are stored in the MiniAOD format, as described [here]
233233
>
234234
> ### In C++
235235
> Please take a look at the file [`jmedas_miniAODAnalyzer.C`](https://github.com/cms-jet/JMEDAS/blob/DASJune2025/src/jmedas_miniAODAnalyzer.C) with your favourite code viewer.
236-
> You can run this code by using the python config file [`jmedas_miniAODtest.py`](https://github.com/cms-jet/JMEDAS/blob/DASJune2025/scripts/jmedas_miniAODtest.py) from your terminal once you have set a CMSSW environment and download this JMEDAS package. This script will only print out some information about the jets in that sample. Again, the most important part of this exercise is to get familiar with how to access jet collections from miniAOD. Take a good look at the prints this script produces to your terminal.
237-
238-
Use a **new** directory outside the cloned `JMEDAS` directory.
236+
> You can run this code by using the python config file [`jmedas_miniAODtest.py`](https://github.com/cms-jet/JMEDAS/blob/DASJune2025/scripts/jmedas_miniAODtest.py) from your terminal once you have set a CMSSW environment and download this JMEDAS package. This script will only print out some information about the jets in that sample. Again, the most important part of this exercise is to get familiar with how to access jet collections from miniAOD. Take a good look at the prints this script produces to your terminal. Use a **new** directory outside the cloned `JMEDAS` directory.
239237
> ~~~
240238
> cmsrel CMSSW_14_0_7
241239
> cd CMSSW_14_0_7/src

0 commit comments

Comments
 (0)