File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,27 @@ you need to create a working area and set up a proper CMS environment.
10
10
## Creating the Working Area
11
11
12
12
This step is only needed the first time.
13
- ...
13
+ ```
14
14
cmsrel CMSSW_4_2_8
15
- ...
15
+ ```
16
16
17
17
## Cloning and copying the 2010-commissioning-dimuon repository from Github
18
- ...
18
+ ```
19
19
git clone https://github.com/cms-opendata-validation/2010-commissioning-dimuon
20
20
cp -R 2010-commissioning-dimuon/Demo CMSSW_4_2_8/src
21
- ...
21
+ ```
22
22
23
23
## Setting up the CMS environment
24
- ...
24
+ ```
25
25
cd CMSSW_4_2_8/src/Demo/DemoAnalyzer
26
26
cmsenv
27
- ...
27
+ ```
28
28
29
29
## Compiling and Running
30
- ...
30
+ ```
31
31
scram b
32
32
cmsRun demoanalyzer_cfg.py
33
- ...
33
+ ```
34
34
35
35
After analysis, Commissioning00val.root file should be created.
36
36
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
48
48
Commissioning04val.root
49
49
50
50
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 .
52
52
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 .
54
54
This merging create a root file called CommissioningAllval.root.
55
55
56
56
To look at this output, write down command: new TBrowser
You can’t perform that action at this time.
0 commit comments