Skip to content

Commit d62d974

Browse files
committed
updated README
1 parent 3ae5431 commit d62d974

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ cd ./WorkingArea
1717
cmsrel CMSSW_5_3_32
1818
cd ./CMSSW_5_3_32/src
1919
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
2321
scram b
24-
cd cms-opendata-2011-jets/AnalysisFW/python/
22+
cd cms-opendata-2011-jets-optimized/AnalysisFW/python/
2523
2624
```
2725

2826
## Setting up additional files
2927

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:
3129

3230
1. Download index files :
3331

@@ -45,24 +43,21 @@ With `cms-opendata-2011-jets/AnalysisFW/python/` as the current folder, run the
4543
3. Create links to the condition databases:
4644
4745
```
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
5147
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
5348
```
5449
5550
## Run the program:
5651
To create tuples from data run the following command:
5752
5853
```
59-
cmsRun OpenDataTreeProducer_dataPAT_2011_cfg.py
54+
cmsRun OpenDataTreeProducerOptimized_dataPAT_2011_cfg.py
6055
```
6156
6257
This command creates tuples from Monte Carlo simulations:
6358
6459
```
65-
cmsRun OpenDataTreeProducer_mcPAT_2011_cfg.py
60+
cmsRun OpenDataTreeProducerOptimized_mcPAT_2011_cfg.py
6661
```
6762
6863
After running the code, you can browse the tuples by opening the produced files in ROOT:

0 commit comments

Comments
 (0)