2
2
3
3
Validation code for 2010 Commissioning dataset, based on dimuon mass spectrum.
4
4
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
+
5
7
6
8
In order to run the demoanalyzer_cfg.py to create the Commissioning ROOT files,
7
9
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.
11
13
This step is only needed the first time.
12
14
```
13
15
cmsrel CMSSW_4_2_8
16
+ ```
17
+ Type this command to change directory:
18
+ ```
14
19
cd CMSSW_4_2_8/src
15
-
16
20
```
17
-
18
21
## Cloning the 2010-commissioning-dimuon repository from Github
19
22
```
20
23
git clone https://github.com/cms-opendata-validation/2010-commissioning-dimuon Validation/Commissioning_dimuon_2010
21
-
22
24
```
23
25
24
26
## Setting up the CMS environment
25
27
```
26
28
cd Validation/Commissioning_dimuon_2010
27
29
cmsenv
28
-
29
30
```
30
31
31
32
## Compiling and Running
32
33
```
33
34
scram b
34
35
cmsRun demoanalyzer_cfg.py
35
-
36
36
```
37
37
38
38
After analysis, Commissioning00val.root file should be created.
@@ -43,6 +43,7 @@ In the repository from github are index files with names:
43
43
CMS_Run2010B_Commissioning_AOD_Apr21ReReco-v1_0003_file_index.txt
44
44
CMS_Run2010B_Commissioning_AOD_Apr21ReReco-v1_0004_file_index.txt
45
45
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.
46
47
47
48
When you rerun for all four index files you should have four root files with names:
48
49
Commissioning00val.root
@@ -60,7 +61,7 @@ In this programe just type command:
60
61
```
61
62
.x mergeCommissioning.C .
62
63
```
63
- This merging create a root file called CommissioningAllval.root .
64
+ This merging creates a root file called CommissioningAllval.root .
64
65
To look at this output, write down command in ROOT program:
65
66
```
66
67
new TBrowser
0 commit comments