Skip to content

Commit ee9435e

Browse files
authored
Fixed README
1 parent 73a8a7a commit ee9435e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,21 @@ With `cms-opendata-2011-jets/AnalysisFW/python/` as the current folder, run the
5454
5555
## Run the program:
5656
To create tuples from data run the following command:
57-
```
57+
5858
cmsRun OpenDataTreeProducer_dataPAT_2011_cfg.py
59-
```
59+
6060
This command creates tuples from Monte Carlo simulations:
61-
```
62-
cmsRun OpenDataTreeProducer_mcPAT_2011_cfg.py
63-
```
6461
65-
After running the code, you can browse the tuples by opening the produced files in ROOT:
62+
cmsRun OpenDataTreeProducer_mcPAT_2011_cfg.py
6663
67-
```
64+
After running the code, you can browse the tuples by opening the produced files in ROOT:
65+
6866
root OpenDataTree_*
69-
```
70-
Finally, run this command in the ROOT command prompt:
7167
72-
```
73-
TBrowser t
74-
```
68+
Finally, run this command in the ROOT command prompt:
7569
70+
TBrowser t
71+
7672
7773
## Troubleshooting
7874

0 commit comments

Comments
 (0)