You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and for details of the analysis you can read comments in the analysis code DemoAnalyzer.cc .
49
+
It necessary to note that whole analysis can take around 8 hours!
46
50
47
51
When you rerun for all four index files you should have four root files with names:
48
52
Commissioning00val.root
@@ -60,9 +64,9 @@ In this programe just type command:
60
64
```
61
65
.x mergeCommissioning.C .
62
66
```
63
-
This merging create a root file called CommissioningAllval.root .
67
+
This merging creates a root file called CommissioningAllval.root .
64
68
To look at this output, write down command in ROOT program:
65
69
```
66
70
new TBrowser
67
71
```
68
-
and navigate to relevant file.
72
+
and navigate to relevant file. The most interesting histogram is GM_mass_log. This is the validation histogram.
0 commit comments