We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e8fcd commit 560ad94Copy full SHA for 560ad94
AnalysisFW/python/README.md
@@ -1,7 +1,8 @@
1
## Setup
2
3
+With `cms-opendata-2011-jets/AnalysisFW/python/` as the current folder, run the following commands:
4
-1. Download index files:
5
+1. Download index files :
6
7
```
8
wget http://opendata.cern.ch/record/21/files/CMS_Run2011A_Jet_AOD_12Oct2013-v1_20000_file_index.txt
@@ -24,9 +25,15 @@
24
25
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/START53_LV6A1.db START53_LV6A1.db
26
27
-4. Finally,test the configuration files:
28
+4. Run the configuration files:
29
30
31
cmsRun OpenDataTreeProducer_dataPAT_2011_cfg.py
32
cmsRun OpenDataTreeProducer_mcPAT_2011_cfg.py
33
34
+
35
+5. Open the tuples in ROOT
36
37
+ ```
38
+ root OpenDataTree_*
39
0 commit comments