Skip to content

Commit 63b2c0e

Browse files
authored
Update README.md
1 parent b2416b4 commit 63b2c0e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
Validation code for 2010 Commissioning dataset, based on dimuon mass spectrum.
44
You need to work in a Virtual Machine properly contextualized for CMS.
5+
Everything is available on the CERN Open Data Portal http://opendata.cern.ch/VM/CMS/2010.
6+
57

68
In order to run the demoanalyzer_cfg.py to create the Commissioning ROOT files,
79
you need to create a working area and set up a proper CMS environment.
@@ -11,28 +13,26 @@ you need to create a working area and set up a proper CMS environment.
1113
This step is only needed the first time.
1214
```
1315
cmsrel CMSSW_4_2_8
16+
```
17+
Type this command to change directory:
18+
```
1419
cd CMSSW_4_2_8/src
15-
1620
```
17-
1821
## Cloning the 2010-commissioning-dimuon repository from Github
1922
```
2023
git clone https://github.com/cms-opendata-validation/2010-commissioning-dimuon Validation/Commissioning_dimuon_2010
21-
2224
```
2325

2426
## Setting up the CMS environment
2527
```
2628
cd Validation/Commissioning_dimuon_2010
2729
cmsenv
28-
2930
```
3031

3132
## Compiling and Running
3233
```
3334
scram b
3435
cmsRun demoanalyzer_cfg.py
35-
3636
```
3737

3838
After analysis, Commissioning00val.root file should be created.
@@ -43,6 +43,7 @@ In the repository from github are index files with names:
4343
CMS_Run2010B_Commissioning_AOD_Apr21ReReco-v1_0003_file_index.txt
4444
CMS_Run2010B_Commissioning_AOD_Apr21ReReco-v1_0004_file_index.txt
4545

46+
These index files are the same as you can find in the open data portal record http://opendata.cern.ch/record/2 ,they are copied here for convenience.
4647

4748
When you rerun for all four index files you should have four root files with names:
4849
Commissioning00val.root
@@ -60,7 +61,7 @@ In this programe just type command:
6061
```
6162
.x mergeCommissioning.C .
6263
```
63-
This merging create a root file called CommissioningAllval.root .
64+
This merging creates a root file called CommissioningAllval.root .
6465
To look at this output, write down command in ROOT program:
6566
```
6667
new TBrowser

0 commit comments

Comments
 (0)