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/8 , they are copied here for convenience and also for details of the analysis you can read comments in the analysis code TrackVertexAnalyzer.cc .
49
+
It necessary to note that whole analysis can take around 16 hours!
50
+
51
+
When you rerun all seven index files you should have seven root files with names:
52
+
```
53
+
MinBias00val.root
54
+
MinBias01val.root
55
+
MinBias02val.root
56
+
MinBias03val.root
57
+
MinBias04val.root
58
+
MinBias05val.root
59
+
MinBias06val.root
60
+
```
61
+
62
+
The last thing what you should do is to merge these seven root files into one root file.
63
+
You do this as follow. In the downloaded repository is also file with name mergeMinBias.C .
64
+
Type command for opening ROOT program:
65
+
```
66
+
root
67
+
```
68
+
In this program just type command:
69
+
```
70
+
.x mergeMinBias.C
71
+
```
72
+
This merging creates a root file called MinBiasAllval.root .
73
+
To look at this output, write down command in ROOT program:
74
+
```
75
+
new TBrowser
76
+
```
77
+
and navigate to relevant file.
78
+
The most interesting histograms are the inclusive track pt spectra: 2.6pt, 2.4pt... - ...0.4pt, 0.2pt corresponding to the |eta| ranges 2.6-2.4, 2.4-2.2, ... , 0.4-0.2, 0.2-0.0
0 commit comments