File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ you need to create a working area and set up a proper CMS environment.
11
11
This step is only needed the first time.
12
12
```
13
13
cmsrel CMSSW_4_2_8
14
+ cd CMSSW_4_2_8/src
15
+
14
16
```
15
17
16
18
## Cloning the 2010-commissioning-dimuon repository from Github
@@ -21,7 +23,7 @@ git clone https://github.com/cms-opendata-validation/2010-commissioning-dimuon
21
23
22
24
## Setting up the CMS environment
23
25
```
24
- cd CMSSW_4_2_8/src/ Validation/Commissioning_dimuon_2010
26
+ cd Validation/Commissioning_dimuon_2010
25
27
cmsenv
26
28
27
29
```
@@ -50,10 +52,17 @@ When you rerun for all four index files you should have four root files with nam
50
52
51
53
The last thing what you should do is to merge these four root files into one root file.
52
54
You do this as follow. In the downloaded repository is also file with name mergeCommissioning.C .
53
- Press command for opening ROOT program: root
54
- In this programe just type command: .x mergeCommissioning.C .
55
- This merging create a root file called CommissioningAllval.root.
55
+ Press command for opening ROOT program:
56
+ ```
57
+ root
58
+
59
+ ```
60
+ In this programe just type command:
61
+ ```
62
+ .x mergeCommissioning.C .
56
63
64
+ ```
65
+ This merging create a root file called CommissioningAllval.root .
57
66
To look at this output, write down command:
58
67
```
59
68
new TBrowser
You can’t perform that action at this time.
0 commit comments