Skip to content

Commit 560ad94

Browse files
authored
Update README.md
1 parent a1e8fcd commit 560ad94

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

AnalysisFW/python/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Setup
22

3+
With `cms-opendata-2011-jets/AnalysisFW/python/` as the current folder, run the following commands:
34

4-
1. Download index files:
5+
1. Download index files :
56

67
```
78
wget http://opendata.cern.ch/record/21/files/CMS_Run2011A_Jet_AOD_12Oct2013-v1_20000_file_index.txt
@@ -24,9 +25,15 @@
2425
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/START53_LV6A1.db START53_LV6A1.db
2526
```
2627
27-
4. Finally,test the configuration files:
28+
4. Run the configuration files:
2829
2930
```
3031
cmsRun OpenDataTreeProducer_dataPAT_2011_cfg.py
3132
cmsRun OpenDataTreeProducer_mcPAT_2011_cfg.py
3233
```
34+
35+
5. Open the tuples in ROOT
36+
37+
```
38+
root OpenDataTree_*
39+
```

0 commit comments

Comments
 (0)