Skip to content

Commit 74e8c9a

Browse files
authored
2012 example outputs
1 parent 0f24c46 commit 74e8c9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,28 @@ To run the C++ script:
153153
$ start_vnc # only if not done already in this session
154154
$ cd dimuon_2012/
155155
$ root -l dimuonSpectrum2012_eospublic.C
156+
root [0]
157+
Processing dimuonSpectrum2012_eospublic.C...
158+
Info in <TCanvas::Print>: pdf file dimuonSpectrum2012_C_eospublic.pdf has been created
159+
Events with two or more muons: pass=59571658 all=61540413 -- eff=96.80 % cumulative eff=96.80 %
160+
Muons with opposite charge: pass=37597805 all=59571658 -- eff=63.11 % cumulative eff=61.09 %
161+
root [1] .q
156162
```
157163

158164
To run the Python script:
159165
```
160166
$ start_vnc # only if not done already in this session
161167
$ cd dimuon_2012/
162168
$ python dimuonSpectrum2012_eospublic.py
169+
Info in <TCanvas::Print>: pdf file dimuonSpectrum2012_py_eospublic.pdf has been created
170+
Events with at least two muons: pass=59571658 all=61540413 -- eff=96.80 % cumulative eff=96.80 %
171+
Muons with opposite charge: pass=37597805 all=59571658 -- eff=63.11 % cumulative eff=61.09 %
163172
```
164173

165174
You will see a plot like this:
166175
![2012 dimuon plot](dimuon_2012/dimuonSpectrum2012.png)
167176

168-
Close the ROOT session using `.q`, or exit python using `exit()`. Remember to use `stop_vnc` to close the docker container graphics connection when you are finished with your session.
177+
Remember to use `stop_vnc` to close the docker container graphics connection when you are finished with your session.
169178

170179
## Downloading files locally
171180

0 commit comments

Comments
 (0)