Skip to content

Commit edd8010

Browse files
authored
Update README.md
Repairing README
1 parent 54d48ce commit edd8010

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ you need to create a working area and set up a proper CMS environment.
1010
## Creating the Working Area
1111

1212
This step is only needed the first time.
13-
...
13+
```
1414
cmsrel CMSSW_4_2_8
15-
...
15+
```
1616

1717
## Cloning and copying the 2010-commissioning-dimuon repository from Github
18-
...
18+
```
1919
git clone https://github.com/cms-opendata-validation/2010-commissioning-dimuon
2020
cp -R 2010-commissioning-dimuon/Demo CMSSW_4_2_8/src
21-
...
21+
```
2222

2323
## Setting up the CMS environment
24-
...
24+
```
2525
cd CMSSW_4_2_8/src/Demo/DemoAnalyzer
2626
cmsenv
27-
...
27+
```
2828

2929
## Compiling and Running
30-
...
30+
```
3131
scram b
3232
cmsRun demoanalyzer_cfg.py
33-
...
33+
```
3434

3535
After analysis, Commissioning00val.root file should be created.
3636
Then, is necessary to change input and also output files in demoanalyzer_cfg.py, to save these changes and to rerun program.
@@ -48,9 +48,9 @@ When you rerun for all four index files you should have four root files with nam
4848
Commissioning04val.root
4949

5050
The last thing what you should do is to merge these four root files into one root file.
51-
You do this as follow. In the downloaded repository is also file with name mergeCommissioning.C
51+
You do this as follow. In the downloaded repository is also file with name mergeCommissioning.C .
5252
Press command for opening ROOT program: root
53-
In this programe just type command: .x mergeCommissioning.C
53+
In this programe just type command: .x mergeCommissioning.C .
5454
This merging create a root file called CommissioningAllval.root.
5555

5656
To look at this output, write down command: new TBrowser

0 commit comments

Comments
 (0)