Skip to content

Commit 1ff338f

Browse files
authored
Create README in python folder
1 parent 2692194 commit 1ff338f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

AnalysisFW/python/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Setup
2+
3+
4+
1. Download index files:
5+
6+
```
7+
wget http://opendata.cern.ch/record/21/files/CMS_Run2011A_Jet_AOD_12Oct2013-v1_20000_file_index.txt
8+
wget http://opendata.cern.ch/record/1562/files/CMS_MonteCarlo2011_Summer11LegDR_QCD_Pt-80to120_TuneZ2_7TeV_pythia6_AODSIM_PU_S13_START53_LV6-v1_00000_file_index.txt
9+
```
10+
11+
2. Download JSON of good runs:
12+
13+
```
14+
wget http://opendata.cern.ch/record/1001/files/Cert_160404-180252_7TeV_ReRecoNov08_Collisions11_JSON.txt
15+
```
16+
17+
3. Make link to the condition databases:
18+
19+
```
20+
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/FT_53_LV5_AN1_RUNA FT_53_LV5_AN1
21+
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/FT_53_LV5_AN1_RUNA.db FT_53_LV5_AN1_RUNA.db
22+
23+
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/START53_LV6A1 START53_LV6A1
24+
ln -sf /cvmfs/cms-opendata-conddb.cern.ch/START53_LV6A1.db START53_LV6A1.db
25+
```
26+
27+
4. Finally,test the configuration files:
28+
29+
```
30+
cmsRun OpenDataTreeProducer_dataPAT_2011_cfg.py
31+
cmsRun OpenDataTreeProducer_mcPAT_2011_cfg.py
32+
```

0 commit comments

Comments
 (0)