Skip to content

Commit fa53957

Browse files
authored
Update README.md
1 parent 135b8dc commit fa53957

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ you need to create a working area and set up a proper CMS environment.
1111
This step is only needed the first time.
1212
```
1313
cmsrel CMSSW_4_2_8
14+
cd CMSSW_4_2_8/src
15+
1416
```
1517

1618
## Cloning the 2010-commissioning-dimuon repository from Github
@@ -21,7 +23,7 @@ git clone https://github.com/cms-opendata-validation/2010-commissioning-dimuon
2123

2224
## Setting up the CMS environment
2325
```
24-
cd CMSSW_4_2_8/src/Validation/Commissioning_dimuon_2010
26+
cd Validation/Commissioning_dimuon_2010
2527
cmsenv
2628
2729
```
@@ -50,10 +52,17 @@ When you rerun for all four index files you should have four root files with nam
5052

5153
The last thing what you should do is to merge these four root files into one root file.
5254
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 .
5663
64+
```
65+
This merging create a root file called CommissioningAllval.root .
5766
To look at this output, write down command:
5867
```
5968
new TBrowser

0 commit comments

Comments
 (0)