@@ -17,17 +17,15 @@ cd ./WorkingArea
17
17
cmsrel CMSSW_5_3_32
18
18
cd ./CMSSW_5_3_32/src
19
19
cmsenv
20
- git cms-addpkg PhysicsTools/PatAlgos
21
- git clone https://github.com/tamshai/cms-opendata-2011-jets/
22
- cp cms-opendata-2011-jets/jetProducer_cfi.py PhysicsTools/PatAlgos/python/producersLayer1/
20
+ git clone https://github.com/zenaiev/2011-jet-inclusivecrosssection-ntupleproduction-optimized.git
23
21
scram b
24
- cd cms-opendata-2011-jets/AnalysisFW/python/
22
+ cd cms-opendata-2011-jets-optimized /AnalysisFW/python/
25
23
26
24
```
27
25
28
26
## Setting up additional files
29
27
30
- With ` cms-opendata-2011-jets/AnalysisFW/python/ ` as the current folder, run the following commands:
28
+ With ` cms-opendata-2011-jets-optimized /AnalysisFW/python/ ` as the current folder, run the following commands:
31
29
32
30
1 . Download index files :
33
31
@@ -45,24 +43,21 @@ With `cms-opendata-2011-jets/AnalysisFW/python/` as the current folder, run the
45
43
3. Create links to the condition databases:
46
44
47
45
```
48
- ln -sf /cvmfs/cms-opendata-conddb.cern.ch/FT_53_LV5_AN1_RUNA FT_53_LV5_AN1
49
- ln -sf /cvmfs/cms-opendata-conddb.cern.ch/FT_53_LV5_AN1_RUNA.db FT_53_LV5_AN1_RUNA.db
50
-
46
+ ln -sf /cvmfs/cms-opendata-conddb.cern.ch/FT_53_LV5_AN1_RUNA FT_53_LV5_AN1
51
47
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/START53_LV6A1 START53_LV6A1
52
- ln -sf /cvmfs/cms-opendata-conddb.cern.ch/START53_LV6A1.db START53_LV6A1.db
53
48
```
54
49
55
50
## Run the program:
56
51
To create tuples from data run the following command:
57
52
58
53
```
59
- cmsRun OpenDataTreeProducer_dataPAT_2011_cfg .py
54
+ cmsRun OpenDataTreeProducerOptimized_dataPAT_2011_cfg .py
60
55
```
61
56
62
57
This command creates tuples from Monte Carlo simulations:
63
58
64
59
```
65
- cmsRun OpenDataTreeProducer_mcPAT_2011_cfg .py
60
+ cmsRun OpenDataTreeProducerOptimized_mcPAT_2011_cfg .py
66
61
```
67
62
68
63
After running the code, you can browse the tuples by opening the produced files in ROOT:
0 commit comments